1# 2# Makefile for the linux kernel. 3# 4ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include 5 6obj-y += addr-map.o 7 8orion-gpio-$(CONFIG_GENERIC_GPIO) += gpio.o 9obj-$(CONFIG_PLAT_ORION_LEGACY) += irq.o pcie.o time.o common.o mpp.o 10obj-$(CONFIG_PLAT_ORION_LEGACY) += $(orion-gpio-y) 11