diff options
Diffstat (limited to 'cpu/arm920t/at91rm9200/Makefile')
-rw-r--r-- | cpu/arm920t/at91rm9200/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/arm920t/at91rm9200/Makefile b/cpu/arm920t/at91rm9200/Makefile index b063025..aec9cb6 100644 --- a/cpu/arm920t/at91rm9200/Makefile +++ b/cpu/arm920t/at91rm9200/Makefile @@ -25,7 +25,8 @@ include $(TOPDIR)/config.mk LIB = lib$(SOC).a -OBJS = dm9161.o ether.o i2c.o interrupts.o lxt972.o serial.o usb_ohci.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) |