Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Stefan Roese | 0044c42 | 2012-08-16 17:55:41 +0000 | [diff] [blame] | 2 | |
Alex Kiernan | aa5a863 | 2018-02-16 15:50:46 +0000 | [diff] [blame] | 3 | obj-$(CONFIG_BOOTCOUNT_GENERIC) += bootcount.o |
Heiko Schocher | 80e8b8a | 2020-03-02 15:43:59 +0100 | [diff] [blame] | 4 | obj-$(CONFIG_BOOTCOUNT_MEM) += bootcount.o |
Alex Kiernan | bec8c64 | 2018-02-16 15:50:45 +0000 | [diff] [blame] | 5 | obj-$(CONFIG_BOOTCOUNT_AT91) += bootcount_at91.o |
Tom Rini | abcaa6e | 2013-11-08 13:53:14 -0500 | [diff] [blame] | 6 | obj-$(CONFIG_BOOTCOUNT_AM33XX) += bootcount_davinci.o |
Masahiro Yamada | 710f1d3 | 2013-10-17 17:34:57 +0900 | [diff] [blame] | 7 | obj-$(CONFIG_BOOTCOUNT_RAM) += bootcount_ram.o |
Heiko Schocher | eda0ba3 | 2013-11-04 14:04:59 +0100 | [diff] [blame] | 8 | obj-$(CONFIG_BOOTCOUNT_ENV) += bootcount_env.o |
Heiko Schocher | 9e50c40 | 2014-01-25 07:27:13 +0100 | [diff] [blame] | 9 | obj-$(CONFIG_BOOTCOUNT_I2C) += bootcount_i2c.o |
Ian Ray | f31dac4 | 2017-11-08 15:35:13 +0000 | [diff] [blame] | 10 | obj-$(CONFIG_BOOTCOUNT_EXT) += bootcount_ext.o |
Philipp Tomsich | ebb73de | 2018-11-27 23:00:18 +0100 | [diff] [blame] | 11 | |
| 12 | obj-$(CONFIG_DM_BOOTCOUNT) += bootcount-uclass.o |
Philipp Tomsich | 482734a | 2018-11-27 23:00:19 +0100 | [diff] [blame] | 13 | obj-$(CONFIG_DM_BOOTCOUNT_RTC) += rtc.o |
Robert Beckett | ae3d38f | 2019-10-28 18:44:06 +0000 | [diff] [blame] | 14 | obj-$(CONFIG_DM_BOOTCOUNT_I2C_EEPROM) += i2c-eeprom.o |
Sebastian Reichel | cfe8949 | 2020-09-02 19:31:38 +0200 | [diff] [blame] | 15 | obj-$(CONFIG_DM_BOOTCOUNT_SPI_FLASH) += spi-flash.o |