summaryrefslogtreecommitdiffstats
path: root/drivers/bootcount/Makefile
blob: d9c56958536021a6f845ad6f309b25e068b93bc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# SPDX-License-Identifier:	GPL-2.0+
#

obj-y				+= bootcount.o
obj-$(CONFIG_AT91SAM9XE)	+= bootcount_at91.o
obj-$(CONFIG_BLACKFIN)		+= bootcount_blackfin.o
obj-$(CONFIG_SOC_DA8XX)		+= bootcount_davinci.o
obj-$(CONFIG_AM33XX)		+= bootcount_davinci.o
obj-$(CONFIG_BOOTCOUNT_RAM)	+= bootcount_ram.o
obj-$(CONFIG_BOOTCOUNT_ENV)	+= bootcount_env.o
OpenPOWER on IntegriCloud