Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / arm / mach-zynq / Makefile
1 #
2 # Makefile for the linux kernel.
3 #
4
5 # Common support
6 obj-y := common.o slcr.o
7 CFLAGS_REMOVE_hotplug.o =-march=armv6k
8 CFLAGS_hotplug.o =-Wa,-march=armv7-a -mcpu=cortex-a9
9 obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
10 obj-$(CONFIG_SMP) += headsmp.o platsmp.o
This page took 0.029501 seconds and 5 git commands to generate.