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