]> git.sur5r.net Git - u-boot/blob - drivers/bootcount/Makefile
3e1ae8c884c2bb654243375980c5969a09b233bd
[u-boot] / drivers / bootcount / Makefile
1 #
2 # SPDX-License-Identifier:      GPL-2.0+
3 #
4
5 obj-$(CONFIG_BOOTCOUNT_GENERIC) += bootcount.o
6 obj-$(CONFIG_BOOTCOUNT_AT91)    += bootcount_at91.o
7 obj-$(CONFIG_BOOTCOUNT_AM33XX)  += bootcount_davinci.o
8 obj-$(CONFIG_BOOTCOUNT_RAM)     += bootcount_ram.o
9 obj-$(CONFIG_BOOTCOUNT_ENV)     += bootcount_env.o
10 obj-$(CONFIG_BOOTCOUNT_I2C)     += bootcount_i2c.o
11 obj-$(CONFIG_BOOTCOUNT_EXT)     += bootcount_ext.o