diff options
Diffstat (limited to 'board/mp2usb/Makefile')
-rw-r--r-- | board/mp2usb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS := mp2usb.o dm9161.o flash.o +OBJS := mp2usb.o flash.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $(OBJS) $(SOBJS) |