diff options
Diffstat (limited to 'kernel/arch/arm/mach-zynq/Makefile')
-rw-r--r-- | kernel/arch/arm/mach-zynq/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel/arch/arm/mach-zynq/Makefile b/kernel/arch/arm/mach-zynq/Makefile new file mode 100644 index 000000000..b03a97eb7 --- /dev/null +++ b/kernel/arch/arm/mach-zynq/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for the linux kernel. +# + +# Common support +obj-y := common.o slcr.o pm.o +obj-$(CONFIG_SMP) += headsmp.o platsmp.o |