]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/mach-pxa/Makefile
Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild
[linux-2.6-omap-h63xx.git] / arch / arm / mach-pxa / Makefile
1 #
2 # Makefile for the linux kernel.
3 #
4
5 # Common support (must be linked before board specific support)
6 obj-y += generic.o irq.o dma.o time.o
7 obj-$(CONFIG_PXA25x) += pxa25x.o
8 obj-$(CONFIG_PXA27x) += pxa27x.o
9
10 # Specific board support
11 obj-$(CONFIG_ARCH_LUBBOCK) += lubbock.o
12 obj-$(CONFIG_MACH_MAINSTONE) += mainstone.o
13 obj-$(CONFIG_ARCH_PXA_IDP) += idp.o
14 obj-$(CONFIG_PXA_SHARP_C7xx)    += corgi.o corgi_ssp.o corgi_lcd.o
15 obj-$(CONFIG_PXA_SHARP_Cxx00)   += spitz.o corgi_ssp.o corgi_lcd.o
16 obj-$(CONFIG_MACH_POODLE)       += poodle.o
17 obj-$(CONFIG_MACH_TOSA)         += tosa.o
18
19 # Support for blinky lights
20 led-y := leds.o
21 led-$(CONFIG_ARCH_LUBBOCK) += leds-lubbock.o
22 led-$(CONFIG_MACH_MAINSTONE) += leds-mainstone.o
23 led-$(CONFIG_ARCH_PXA_IDP) += leds-idp.o
24
25 obj-$(CONFIG_LEDS) += $(led-y)
26
27 # Misc features
28 obj-$(CONFIG_PM) += pm.o sleep.o
29 obj-$(CONFIG_PXA_SSP) += ssp.o
30
31 ifeq ($(CONFIG_PXA27x),y)
32 obj-$(CONFIG_PM) += standby.o
33 endif