blob: 3e1ae8c884c2bb654243375980c5969a09b233bd [file] [log] [blame]
Stefan Roese033848e2012-08-16 17:55:41 +00001#
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02002# SPDX-License-Identifier: GPL-2.0+
Stefan Roese033848e2012-08-16 17:55:41 +00003#
4
Alex Kiernan4a80f1d2018-02-16 15:50:46 +00005obj-$(CONFIG_BOOTCOUNT_GENERIC) += bootcount.o
Alex Kiernan48bfd652018-02-16 15:50:45 +00006obj-$(CONFIG_BOOTCOUNT_AT91) += bootcount_at91.o
Tom Rini084240b2013-11-08 13:53:14 -05007obj-$(CONFIG_BOOTCOUNT_AM33XX) += bootcount_davinci.o
Masahiro Yamada5594ce42013-10-17 17:34:57 +09008obj-$(CONFIG_BOOTCOUNT_RAM) += bootcount_ram.o
Heiko Schocher040c5c32013-11-04 14:04:59 +01009obj-$(CONFIG_BOOTCOUNT_ENV) += bootcount_env.o
Heiko Schocher443ca402014-01-25 07:27:13 +010010obj-$(CONFIG_BOOTCOUNT_I2C) += bootcount_i2c.o
Ian Ray542a48e2017-11-08 15:35:13 +000011obj-$(CONFIG_BOOTCOUNT_EXT) += bootcount_ext.o