ARM: at91: time: move the system timer driver to drivers/clocksource
[deliverable/linux.git] / arch / arm / mach-at91 / Makefile
CommitLineData
73a59c1c
SP
1#
2# Makefile for the linux kernel.
3#
4
598e0855 5obj-y := soc.o
73a59c1c 6
fc05b657 7obj-$(CONFIG_SOC_AT91SAM9) += sam9_smc.o
5c3fddce 8
8fc5ffa0 9# CPU-specific support
b53cdd03 10obj-$(CONFIG_SOC_AT91RM9200) += at91rm9200.o
cac01723
NF
11obj-$(CONFIG_SOC_AT91SAM9) += at91sam9.o
12obj-$(CONFIG_SOC_SAMA5) += sama5.o
8f4b4794 13
b7b272a8
AV
14# Power Management
15obj-$(CONFIG_PM) += pm.o
828b98fa 16obj-$(CONFIG_PM) += pm_suspend.o
5c3fddce
AV
17
18ifeq ($(CONFIG_PM_DEBUG),y)
19CFLAGS_pm.o += -DDEBUG
20endif
This page took 0.608474 seconds and 5 git commands to generate.