summaryrefslogtreecommitdiffstats
path: root/cpu/arm920t/at91rm9200/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm920t/at91rm9200/Makefile')
-rw-r--r--cpu/arm920t/at91rm9200/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpu/arm920t/at91rm9200/Makefile b/cpu/arm920t/at91rm9200/Makefile
index 0c9bcb25cd..aec9cb6409 100644
--- a/cpu/arm920t/at91rm9200/Makefile
+++ b/cpu/arm920t/at91rm9200/Makefile
@@ -25,7 +25,8 @@ include $(TOPDIR)/config.mk
LIB = lib$(SOC).a
-OBJS = ether.o i2c.o interrupts.o serial.o
+OBJS = bcm5221.o dm9161.o ether.o i2c.o interrupts.o \
+ lxt972.o serial.o usb_ohci.o
SOBJS = lowlevel_init.o
all: .depend $(LIB)
@@ -35,8 +36,8 @@ $(LIB): $(OBJS) $(SOBJS)
#########################################################################
-.depend: Makefile $(OBJS:.o=.c)
- $(CC) -M $(CFLAGS) $(OBJS:.o=.c) > $@
+.depend: Makefile $(SOBJS:.o=.S) $(OBJS:.o=.c)
+ $(CC) -M $(CFLAGS) $(SOBJS:.o=.S) $(OBJS:.o=.c) > $@
sinclude .depend
OpenPOWER on IntegriCloud