Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / arm / mach-highbank / Makefile
CommitLineData
8e56130d
RH
1obj-y := clock.o highbank.o system.o smc.o
2
3plus_sec := $(call as-instr,.arch_extension sec,+sec)
4AFLAGS_smc.o :=-Wa,-march=armv7-a$(plus_sec)
5
220e6cf7 6obj-$(CONFIG_DEBUG_HIGHBANK_UART) += lluart.o
67388457 7obj-$(CONFIG_SMP) += platsmp.o
9680b3d0 8obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
8b61f374 9obj-$(CONFIG_PM_SLEEP) += pm.o
This page took 0.063103 seconds and 5 git commands to generate.