]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - cpu/arm920t/Makefile
Patch by Steven Scholz, 16 Aug 2004:
[karo-tx-uboot.git] / cpu / arm920t / Makefile
index 68a33d65594e6a7e7539c2574550a7bbfead9893..8f256e90224ce96a6a1e3b1bd945092bbb22012e 100644 (file)
@@ -26,11 +26,7 @@ include $(TOPDIR)/config.mk
 LIB    = lib$(CPU).a
 
 START  = start.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
+OBJS   = cpu.o interrupts.o
 
 all:   .depend $(START) $(LIB)