Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[deliverable/linux.git] / arch / arm / mach-vexpress / Makefile
1 #
2 # Makefile for the linux kernel.
3 #
4 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := \
5 -I$(srctree)/arch/arm/plat-versatile/include
6
7 obj-$(CONFIG_ARCH_VEXPRESS) := v2m.o
8 obj-$(CONFIG_ARCH_VEXPRESS_DCSCB) += dcscb.o dcscb_setup.o
9 CFLAGS_dcscb.o += -march=armv7-a
10 CFLAGS_REMOVE_dcscb.o = -pg
11 obj-$(CONFIG_ARCH_VEXPRESS_SPC) += spc.o
12 CFLAGS_REMOVE_spc.o = -pg
13 obj-$(CONFIG_ARCH_VEXPRESS_TC2_PM) += tc2_pm.o
14 CFLAGS_tc2_pm.o += -march=armv7-a
15 CFLAGS_REMOVE_tc2_pm.o = -pg
16 obj-$(CONFIG_SMP) += platsmp.o
17 obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
18
19 obj-$(CONFIG_ARCH_MPS2) += v2m-mps2.o
This page took 0.043724 seconds and 5 git commands to generate.