]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/armv7/highbank/Makefile
Consolidate bootcount code into drivers/bootcount
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / highbank / Makefile
index 917c3a36ba5faa7321975904c55026251028bec6..76faeb0fe1067ff27209fbe2ea9e845f216b8bae 100644 (file)
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(SOC).o
 
-COBJS  := timer.o bootcount.o
+COBJS  := timer.o
 SOBJS  :=
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)