]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/arm/mach-at91/Makefile
Merge branches 'acpi-fan', 'acpi-video' and 'acpi-ec'
[mirror_ubuntu-focal-kernel.git] / arch / arm / mach-at91 / Makefile
CommitLineData
73a59c1c
SP
1#
2# Makefile for the linux kernel.
3#
4
85c4b31e 5obj-y := setup.o sysirq_mask.o
73a59c1c 6
fc05b657 7obj-$(CONFIG_SOC_AT91SAM9) += sam9_smc.o
5c3fddce 8
8fc5ffa0 9# CPU-specific support
1e3ce2b8
JCPV
10obj-$(CONFIG_SOC_AT91RM9200) += at91rm9200.o at91rm9200_time.o
11obj-$(CONFIG_SOC_AT91SAM9260) += at91sam9260.o
12obj-$(CONFIG_SOC_AT91SAM9261) += at91sam9261.o
13obj-$(CONFIG_SOC_AT91SAM9263) += at91sam9263.o
14obj-$(CONFIG_SOC_AT91SAM9G45) += at91sam9g45.o
74db4fb9 15obj-$(CONFIG_SOC_AT91SAM9N12) += at91sam9n12.o
1e3ce2b8
JCPV
16obj-$(CONFIG_SOC_AT91SAM9X5) += at91sam9x5.o
17obj-$(CONFIG_SOC_AT91SAM9RL) += at91sam9rl.o
8f4b4794 18obj-$(CONFIG_SOC_SAMA5D3) += sama5d3.o
2dc850b6 19obj-$(CONFIG_SOC_SAMA5D4) += sama5d4.o
1e3ce2b8 20
49fe2ba3 21# AT91SAM board with device-tree
9317960f 22obj-$(CONFIG_MACH_AT91RM9200_DT) += board-dt-rm9200.o
4afcd1db 23obj-$(CONFIG_MACH_AT91SAM9_DT) += board-dt-sam9.o
49fe2ba3 24
8f4b4794 25# SAMA5 board with device-tree
93d2cf46 26obj-$(CONFIG_SOC_SAMA5) += board-dt-sama5.o
8f4b4794 27
b7b272a8
AV
28# Power Management
29obj-$(CONFIG_PM) += pm.o
eaad2db0 30obj-$(CONFIG_AT91_SLOW_CLOCK) += pm_slowclock.o
5c3fddce
AV
31
32ifeq ($(CONFIG_PM_DEBUG),y)
33CFLAGS_pm.o += -DDEBUG
34endif