Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
[deliverable/linux.git] / arch / arm / mach-realview / Makefile
CommitLineData
8ad68bbf
CM
1#
2# Makefile for the linux kernel.
3#
549fba3a 4ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-versatile/include
2934167d 5
6551b8c9 6obj-y := core.o
3f93c644
AB
7obj-$(CONFIG_REALVIEW_DT) += realview-dt.o
8obj-$(CONFIG_SMP) += platsmp-dt.o
3f93c644 9
2934167d 10ifdef CONFIG_ATAGS
8ad68bbf 11obj-$(CONFIG_MACH_REALVIEW_EB) += realview_eb.o
78fdcb42 12obj-$(CONFIG_MACH_REALVIEW_PB11MP) += realview_pb11mp.o
bc02c58b 13obj-$(CONFIG_MACH_REALVIEW_PB1176) += realview_pb1176.o
e7c70825 14obj-$(CONFIG_MACH_REALVIEW_PBA8) += realview_pba8.o
1b504bbe 15obj-$(CONFIG_MACH_REALVIEW_PBX) += realview_pbx.o
0462b447 16obj-$(CONFIG_SMP) += platsmp.o
3f93c644 17endif
97a63ecf 18obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
This page took 0.713738 seconds and 5 git commands to generate.