ARM: realview: fix device tree build
[linux-2.6-block.git] / arch / arm / mach-realview / Makefile
CommitLineData
8ad68bbf
CM
1#
2# Makefile for the linux kernel.
3#
2934167d
AB
4ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include \
5 -I$(srctree)/arch/arm/plat-versatile/include
6
6551b8c9 7obj-y := core.o
3f93c644
AB
8obj-$(CONFIG_REALVIEW_DT) += realview-dt.o
9obj-$(CONFIG_SMP) += platsmp-dt.o
3f93c644 10
2934167d 11ifdef CONFIG_ATAGS
8ad68bbf 12obj-$(CONFIG_MACH_REALVIEW_EB) += realview_eb.o
78fdcb42 13obj-$(CONFIG_MACH_REALVIEW_PB11MP) += realview_pb11mp.o
bc02c58b 14obj-$(CONFIG_MACH_REALVIEW_PB1176) += realview_pb1176.o
e7c70825 15obj-$(CONFIG_MACH_REALVIEW_PBA8) += realview_pba8.o
1b504bbe 16obj-$(CONFIG_MACH_REALVIEW_PBX) += realview_pbx.o
0462b447 17obj-$(CONFIG_SMP) += platsmp.o
3f93c644 18endif
97a63ecf 19obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o