]> git.sur5r.net Git - u-boot/blobdiff - drivers/bootcount/Makefile
TI:am33xx: Add bootcount support to ti_am335x_common.h
[u-boot] / drivers / bootcount / Makefile
index 2b517b6dfb49be6b8c750067bbb537edaee63f97..352a0a16d9b178b41372503cf550def026a53f78 100644 (file)
@@ -10,6 +10,7 @@ COBJS-y                               += bootcount.o
 COBJS-$(CONFIG_AT91SAM9XE)     += bootcount_at91.o
 COBJS-$(CONFIG_BLACKFIN)       += bootcount_blackfin.o
 COBJS-$(CONFIG_SOC_DA8XX)      += bootcount_davinci.o
+COBJS-$(CONFIG_AM33XX)         += bootcount_davinci.o
 COBJS-$(CONFIG_BOOTCOUNT_RAM)  += bootcount_ram.o
 
 COBJS  := $(COBJS-y)