]> Git Repo - J-u-boot.git/blob - drivers/bootcount/Makefile
Merge branch 'next' of git://git.denx.de/u-boot-usb into next
[J-u-boot.git] / drivers / bootcount / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2
3 obj-$(CONFIG_BOOTCOUNT_GENERIC) += bootcount.o
4 obj-$(CONFIG_BOOTCOUNT_MEM)     += bootcount.o
5 obj-$(CONFIG_BOOTCOUNT_AT91)    += bootcount_at91.o
6 obj-$(CONFIG_BOOTCOUNT_AM33XX)  += bootcount_davinci.o
7 obj-$(CONFIG_BOOTCOUNT_RAM)     += bootcount_ram.o
8 obj-$(CONFIG_BOOTCOUNT_ENV)     += bootcount_env.o
9 obj-$(CONFIG_BOOTCOUNT_I2C)     += bootcount_i2c.o
10 obj-$(CONFIG_BOOTCOUNT_EXT)     += bootcount_ext.o
11
12 obj-$(CONFIG_DM_BOOTCOUNT)      += bootcount-uclass.o
13 obj-$(CONFIG_DM_BOOTCOUNT_RTC)  += rtc.o
14 obj-$(CONFIG_DM_BOOTCOUNT_I2C_EEPROM)   += i2c-eeprom.o
This page took 0.026858 seconds and 4 git commands to generate.