Merge branch 'gma500-fixes' of git://github.com/patjak/drm-gma500 into drm-fixes
[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.046416 seconds and 6 git commands to generate.