GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-ks8695 / Makefile
blob7e3e8160ed30fe1874dc9540f9b2178f8f4b0eea
1 # arch/arm/mach-ks8695/Makefile
3 # Makefile for KS8695 architecture support
6 obj-y := cpu.o irq.o time.o gpio.o devices.o
7 obj-m :=
8 obj-n :=
9 obj- :=
11 # PCI support is optional
12 obj-$(CONFIG_PCI) += pci.o
14 # LEDs
15 obj-$(CONFIG_LEDS) += leds.o
17 # Board-specific support
18 obj-$(CONFIG_MACH_KS8695) += board-micrel.o
19 obj-$(CONFIG_MACH_DSM320) += board-dsm320.o
20 obj-$(CONFIG_MACH_ACS5K) += board-acs5k.o