1# 2# Makefile for the linux kernel. 3# 4ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-versatile/include 5 6obj-y += realview-dt.o 7obj-$(CONFIG_SMP) += platsmp-dt.o 8obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o 9
1# 2# Makefile for the linux kernel. 3# 4ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-versatile/include 5 6obj-y += realview-dt.o 7obj-$(CONFIG_SMP) += platsmp-dt.o 8obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o 9