blob: 012acef9ddd2daad27f2f76e89d5014b8c7d49a3 [file] [log] [blame]
Stefan Roese0044c422012-08-16 17:55:41 +00001#
Wolfgang Denk1a459662013-07-08 09:37:19 +02002# SPDX-License-Identifier: GPL-2.0+
Stefan Roese0044c422012-08-16 17:55:41 +00003#
4
Masahiro Yamada710f1d32013-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
9obj-$(CONFIG_BOOTCOUNT_RAM) += bootcount_ram.o