]> nv-tegra.nvidia Code Review - linux-3.10.git/blob - arch/arm/mach-sa1100/Makefile
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-3.10.git] / arch / arm / mach-sa1100 / Makefile
1 #
2 # Makefile for the linux kernel.
3 #
4
5 # Common support
6 obj-y := clock.o generic.o irq.o time.o #nmi-oopser.o
7 obj-m :=
8 obj-n :=
9 obj-  :=
10
11 # Specific board support
12 obj-$(CONFIG_SA1100_ASSABET)            += assabet.o
13 obj-$(CONFIG_ASSABET_NEPONSET)          += neponset.o
14
15 obj-$(CONFIG_SA1100_BADGE4)             += badge4.o
16
17 obj-$(CONFIG_SA1100_CERF)               += cerf.o
18
19 obj-$(CONFIG_SA1100_COLLIE)             += collie.o
20
21 obj-$(CONFIG_SA1100_H3100)              += h3100.o h3xxx.o
22 obj-$(CONFIG_SA1100_H3600)              += h3600.o h3xxx.o
23
24 obj-$(CONFIG_SA1100_HACKKIT)            += hackkit.o
25
26 obj-$(CONFIG_SA1100_JORNADA720)         += jornada720.o
27 obj-$(CONFIG_SA1100_JORNADA720_SSP)     += jornada720_ssp.o
28
29 obj-$(CONFIG_SA1100_LART)               += lart.o
30
31 obj-$(CONFIG_SA1100_NANOENGINE)         += nanoengine.o
32 obj-$(CONFIG_PCI_NANOENGINE)            += pci-nanoengine.o
33
34 obj-$(CONFIG_SA1100_PLEB)               += pleb.o
35
36 obj-$(CONFIG_SA1100_SHANNON)            += shannon.o
37
38 obj-$(CONFIG_SA1100_SIMPAD)             += simpad.o
39
40 # Miscellaneous functions
41 obj-$(CONFIG_PM)                        += pm.o sleep.o
42 obj-$(CONFIG_SA1100_SSP)                += ssp.o
43