ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.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
7
8 # Specific board support
9 obj-$(CONFIG_ARCH_LUBBOCK) += lubbock.o
10 obj-$(CONFIG_ARCH_PXA_IDP) += idp.o
11
12 # Support for blinky lights
13 led-y := leds.o
14 led-$(CONFIG_ARCH_LUBBOCK) += leds-lubbock.o
15 led-$(CONFIG_ARCH_PXA_IDP) += leds-idp.o
16
17 obj-$(CONFIG_LEDS) += $(led-y)
18
19 # Misc features
20 obj-$(CONFIG_PM) += pm.o sleep.o