commit | bc650faf41df4fdce6ea244c8e23aa133fdbcd0c | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Wed Oct 05 01:51:29 2005 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Wed Oct 05 01:51:29 2005 +0200 |
tree | 25724dfd8332f647b9a7765d204112dcadf83e63 | |
parent | 6f3b1cdfebfb8c83c5c785c94d2afc0783e04f5b [diff] [blame] |
* Move dm9161.c and lxt972.c into cpu/arm920t/at91rm9200 Patch by Anders Larsen, 29 Apr 2005 * Fix problems introduced by Patch by Steven Scholz, 02 Mar 2005 (8e2be51de8dd03c1ce4d06cbb18ad06133d47cd5)
diff --git a/board/mp2usb/Makefile b/board/mp2usb/Makefile index 8f16511..b6ea3cf 100644 --- a/board/mp2usb/Makefile +++ b/board/mp2usb/Makefile
@@ -25,7 +25,7 @@ LIB = lib$(BOARD).a -OBJS := mp2usb.o dm9161.o flash.o +OBJS := mp2usb.o flash.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $(OBJS) $(SOBJS)