]> Git Repo - J-u-boot.git/blob - drivers/bootcount/Makefile
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[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_FS)      += bootcount_fs.o
10 obj-$(CONFIG_BOOTCOUNT_AM33XX_NVMEM)    += bootcount_nvmem.o
11
12 obj-$(CONFIG_DM_BOOTCOUNT)      += bootcount-uclass.o
13 obj-$(CONFIG_DM_BOOTCOUNT_PMIC_PFUZE100) += pmic_pfuze100.o
14 obj-$(CONFIG_DM_BOOTCOUNT_RTC)  += rtc.o
15 obj-$(CONFIG_DM_BOOTCOUNT_I2C_EEPROM)   += i2c-eeprom.o
16 obj-$(CONFIG_DM_BOOTCOUNT_I2C)  += bootcount_dm_i2c.o
17 obj-$(CONFIG_DM_BOOTCOUNT_SPI_FLASH)    += spi-flash.o
18 obj-$(CONFIG_DM_BOOTCOUNT_SYSCON) += bootcount_syscon.o
19 obj-$(CONFIG_DM_BOOTCOUNT_ZYNQMP)       += bootcount_zynqmp.o
This page took 0.030809 seconds and 4 git commands to generate.