diff options
Diffstat (limited to 'cpu/arm920t/Makefile')
-rw-r--r-- | cpu/arm920t/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cpu/arm920t/Makefile b/cpu/arm920t/Makefile index 605adf3..68a33d6 100644 --- a/cpu/arm920t/Makefile +++ b/cpu/arm920t/Makefile @@ -26,7 +26,11 @@ include $(TOPDIR)/config.mk LIB = lib$(CPU).a START = start.o -OBJS = serial.o interrupts.o cpu.o speed.o usb_ohci.o +OBJS = cpu.o \ + imx_generic.o imx_interrupts.o imx_speed.o \ + interrupts.o \ + s3c24x0_interrupts.o s3c24x0_serial.o s3c24x0_speed.o \ + usb_ohci.o all: .depend $(START) $(LIB) |