Merge branch 'irq/core'
[deliverable/linux.git] / arch / arm / mach-vexpress / Makefile
CommitLineData
ceade897
RK
1#
2# Makefile for the linux kernel.
3#
81cc3f86 4ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := \
61727630 5 -I$(srctree)/arch/arm/plat-versatile/include
ceade897 6
1847119d 7obj-$(CONFIG_ARCH_VEXPRESS) := v2m.o
d41418c0 8obj-$(CONFIG_ARCH_VEXPRESS_DCSCB) += dcscb.o dcscb_setup.o
3c78d113 9CFLAGS_dcscb.o += -march=armv7-a
ea36d2ab 10CFLAGS_REMOVE_dcscb.o = -pg
f7cd2d83 11obj-$(CONFIG_ARCH_VEXPRESS_SPC) += spc.o
ea36d2ab 12CFLAGS_REMOVE_spc.o = -pg
f7cd2d83 13obj-$(CONFIG_ARCH_VEXPRESS_TC2_PM) += tc2_pm.o
3c78d113 14CFLAGS_tc2_pm.o += -march=armv7-a
ea36d2ab 15CFLAGS_REMOVE_tc2_pm.o = -pg
0462b447 16obj-$(CONFIG_SMP) += platsmp.o
e9882777 17obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
1847119d
VM
18
19obj-$(CONFIG_ARCH_MPS2) += v2m-mps2.o
This page took 0.433919 seconds and 5 git commands to generate.