2010-02-12 05:44:53 +08:00
|
|
|
#
|
|
|
|
# Makefile for the linux kernel.
|
|
|
|
#
|
2012-09-07 02:43:04 +08:00
|
|
|
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include \
|
|
|
|
-I$(srctree)/arch/arm/plat-versatile/include
|
2010-02-12 05:44:53 +08:00
|
|
|
|
2012-10-09 19:56:36 +08:00
|
|
|
obj-y := v2m.o reset.o
|
2010-03-01 01:26:25 +08:00
|
|
|
obj-$(CONFIG_ARCH_VEXPRESS_CA9X4) += ct-ca9x4.o
|
2011-01-19 18:24:56 +08:00
|
|
|
obj-$(CONFIG_SMP) += platsmp.o
|
2010-12-19 19:33:12 +08:00
|
|
|
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|