]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm720t/Makefile
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[karo-tx-uboot.git] / cpu / arm720t / Makefile
index c97f329638e58980532ada29d60b86c154745c5c..d5ac7d3fd980e66e909bbe55dadaf3c3906c3737 100755 (executable)
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(CPU).a
 
 START  = start.o
-COBJS  = serial.o serial_netarm.o interrupts.o cpu.o
+COBJS  = interrupts.o cpu.o
 
 SRCS   := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS) $(SOBJS))