]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/mach-at91/Makefile
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[karo-tx-linux.git] / arch / arm / mach-at91 / Makefile
1 #
2 # Makefile for the linux kernel.
3 #
4
5 obj-y           := soc.o
6
7 obj-$(CONFIG_SOC_AT91SAM9)      += sam9_smc.o
8
9 # CPU-specific support
10 obj-$(CONFIG_SOC_AT91RM9200)    += at91rm9200.o
11 obj-$(CONFIG_SOC_AT91SAM9)      += at91sam9.o
12 obj-$(CONFIG_SOC_SAMA5)         += sama5.o
13
14 # Power Management
15 obj-$(CONFIG_PM)                += pm.o
16 obj-$(CONFIG_PM)                += pm_suspend.o
17
18 ifeq ($(CONFIG_PM_DEBUG),y)
19 CFLAGS_pm.o += -DDEBUG
20 endif