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