Root/arch/arm/mach-ks8695/Makefile

1# arch/arm/mach-ks8695/Makefile
2#
3# Makefile for KS8695 architecture support
4#
5
6obj-y := cpu.o irq.o time.o gpio.o devices.o
7obj-m :=
8obj-n :=
9obj- :=
10
11# PCI support is optional
12obj-$(CONFIG_PCI) += pci.o
13
14# LEDs
15obj-$(CONFIG_LEDS) += leds.o
16
17# Board-specific support
18obj-$(CONFIG_MACH_KS8695) += board-micrel.o
19obj-$(CONFIG_MACH_DSM320) += board-dsm320.o
20obj-$(CONFIG_MACH_ACS5K) += board-acs5k.o
21

Archive Download this file



interactive