blob: 8256ed0f46b290e1037a1de768e6e16edb4f1a06 [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
Masahiro Yamada5594ce42013-10-17 17:34:57 +09005obj-y += bootcount.o
6obj-$(CONFIG_AT91SAM9XE) += bootcount_at91.o
7obj-$(CONFIG_BLACKFIN) += bootcount_blackfin.o
8obj-$(CONFIG_SOC_DA8XX) += bootcount_davinci.o
Albert ARIBAUDea385ed2013-11-09 12:51:47 +01009obj-$(CONFIG_AM33XX) += bootcount_davinci.o
Masahiro Yamada5594ce42013-10-17 17:34:57 +090010obj-$(CONFIG_BOOTCOUNT_RAM) += bootcount_ram.o