]> Git Repo - J-u-boot.git/blame - drivers/bootcount/Makefile
net: fec: phy: Don't advertise Gbit on (R)MII
[J-u-boot.git] / drivers / bootcount / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
0044c42e 2
aa5a8632 3obj-$(CONFIG_BOOTCOUNT_GENERIC) += bootcount.o
80e8b8ad 4obj-$(CONFIG_BOOTCOUNT_MEM) += bootcount.o
bec8c647 5obj-$(CONFIG_BOOTCOUNT_AT91) += bootcount_at91.o
abcaa6ee 6obj-$(CONFIG_BOOTCOUNT_AM33XX) += bootcount_davinci.o
710f1d3d 7obj-$(CONFIG_BOOTCOUNT_RAM) += bootcount_ram.o
eda0ba38 8obj-$(CONFIG_BOOTCOUNT_ENV) += bootcount_env.o
1d7e2120 9obj-$(CONFIG_BOOTCOUNT_FS) += bootcount_fs.o
caf94786 10obj-$(CONFIG_BOOTCOUNT_AM33XX_NVMEM) += bootcount_nvmem.o
ebb73de1
PT
11
12obj-$(CONFIG_DM_BOOTCOUNT) += bootcount-uclass.o
c537a368 13obj-$(CONFIG_DM_BOOTCOUNT_PMIC_PFUZE100) += pmic_pfuze100.o
482734aa 14obj-$(CONFIG_DM_BOOTCOUNT_RTC) += rtc.o
ae3d38f3 15obj-$(CONFIG_DM_BOOTCOUNT_I2C_EEPROM) += i2c-eeprom.o
5b6ee512 16obj-$(CONFIG_DM_BOOTCOUNT_I2C) += bootcount_dm_i2c.o
cfe89496 17obj-$(CONFIG_DM_BOOTCOUNT_SPI_FLASH) += spi-flash.o
c50b21b7 18obj-$(CONFIG_DM_BOOTCOUNT_SYSCON) += bootcount_syscon.o
159dfef2 19obj-$(CONFIG_DM_BOOTCOUNT_ZYNQMP) += bootcount_zynqmp.o
This page took 0.413671 seconds and 4 git commands to generate.