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