Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-spear3xx / Makefile
blobb248624897043449734aef1d06c31efaacea10a9
2 # Makefile for SPEAr3XX machine series
5 # common files
6 obj-y += spear3xx.o clock.o
8 # spear300 specific files
9 obj-$(CONFIG_MACH_SPEAR300) += spear300.o
11 # spear300 boards files
12 obj-$(CONFIG_BOARD_SPEAR300_EVB) += spear300_evb.o
15 # spear310 specific files
16 obj-$(CONFIG_MACH_SPEAR310) += spear310.o
18 # spear310 boards files
19 obj-$(CONFIG_BOARD_SPEAR310_EVB) += spear310_evb.o
22 # spear320 specific files
23 obj-$(CONFIG_MACH_SPEAR320) += spear320.o
25 # spear320 boards files
26 obj-$(CONFIG_BOARD_SPEAR320_EVB) += spear320_evb.o