Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.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
8 # Specific board support
9 obj-$(CONFIG_SA1100_ASSABET)            += assabet.o
10 obj-$(CONFIG_ASSABET_NEPONSET)          += neponset.o
11
12 obj-$(CONFIG_SA1100_BADGE4)             += badge4.o
13
14 obj-$(CONFIG_SA1100_CERF)               += cerf.o
15
16 obj-$(CONFIG_SA1100_COLLIE)             += collie.o
17
18 obj-$(CONFIG_SA1100_H3100)              += h3100.o h3xxx.o
19 obj-$(CONFIG_SA1100_H3600)              += h3600.o h3xxx.o
20
21 obj-$(CONFIG_SA1100_HACKKIT)            += hackkit.o
22
23 obj-$(CONFIG_SA1100_JORNADA720)         += jornada720.o
24 obj-$(CONFIG_SA1100_JORNADA720_SSP)     += jornada720_ssp.o
25
26 obj-$(CONFIG_SA1100_LART)               += lart.o
27
28 obj-$(CONFIG_SA1100_NANOENGINE)         += nanoengine.o
29 obj-$(CONFIG_PCI_NANOENGINE)            += pci-nanoengine.o
30
31 obj-$(CONFIG_SA1100_PLEB)               += pleb.o
32
33 obj-$(CONFIG_SA1100_SHANNON)            += shannon.o
34
35 obj-$(CONFIG_SA1100_SIMPAD)             += simpad.o
36
37 # Miscellaneous functions
38 obj-$(CONFIG_PM)                        += pm.o sleep.o
39 obj-$(CONFIG_SA1100_SSP)                += ssp.o
40