ARM: ks8695: add board support for the SnapGear boards based on the KS8695
[deliverable/linux.git] / arch / arm / mach-ks8695 / Makefile
1 # arch/arm/mach-ks8695/Makefile
2 #
3 # Makefile for KS8695 architecture support
4 #
5
6 obj-y := cpu.o irq.o time.o devices.o
7 obj-m :=
8 obj-n :=
9 obj- :=
10
11 # PCI support is optional
12 obj-$(CONFIG_PCI) += pci.o
13
14 # LEDs
15 obj-$(CONFIG_LEDS) += leds.o
16
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
21 obj-$(CONFIG_MACH_LITE300) += board-sg.o
22 obj-$(CONFIG_MACH_SG310) += board-sg.o
23 obj-$(CONFIG_MACH_SE4200) += board-sg.o
This page took 0.160291 seconds and 5 git commands to generate.