mtd: nand: omap: Fix comment in platform data using wrong Kconfig symbol
[linux/fpc-iii.git] / arch / arm / mach-at91 / Makefile
blob31b61f0e1c077e707a96590ee7b9f40c4b5a230e
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the linux kernel.
6 # CPU-specific support
7 obj-$(CONFIG_SOC_AT91RM9200) += at91rm9200.o
8 obj-$(CONFIG_SOC_AT91SAM9) += at91sam9.o
9 obj-$(CONFIG_SOC_SAMA5) += sama5.o
10 obj-$(CONFIG_SOC_SAMV7) += samv7.o
12 # Power Management
13 obj-$(CONFIG_ATMEL_PM) += pm.o pm_suspend.o
15 ifeq ($(CONFIG_CPU_V7),y)
16 AFLAGS_pm_suspend.o := -march=armv7-a
17 endif
18 ifeq ($(CONFIG_PM_DEBUG),y)
19 CFLAGS_pm.o += -DDEBUG
20 endif
22 include/generated/at91_pm_data-offsets.h: arch/arm/mach-at91/pm_data-offsets.s FORCE
23 $(call filechk,offsets,__PM_DATA_OFFSETS_H__)
25 arch/arm/mach-at91/pm_suspend.o: include/generated/at91_pm_data-offsets.h
27 targets += pm_data-offsets.s