Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-drm-fsl-dcu.git] / arch / arm / mach-at91 / Makefile
1 #
2 # Makefile for the linux kernel.
3 #
4 obj-y           := soc.o
5
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
11 # Power Management
12 obj-$(CONFIG_PM)                += pm.o
13 obj-$(CONFIG_PM)                += pm_suspend.o
14
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