Makefile 226 B

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