]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/integratorap/Makefile
Integrator[AP/CP] - Remove unused file memsetup.S
[karo-tx-uboot.git] / board / integratorap / Makefile
index f78de3a1001be8561e9e23dab640b6eb7ee38710..79f501a3ec37b1e611f7e8934b4fa3f30f4f0b59 100644 (file)
@@ -30,7 +30,7 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(BOARD).a
 
 COBJS  := integratorap.o flash.o
-SOBJS  := lowlevel_init.o memsetup.o
+SOBJS  := lowlevel_init.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))