Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Makefile for the linux kernel.
0004 #
0005 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include
0006 
0007 orion-gpio-$(CONFIG_GPIOLIB)      += gpio.o
0008 obj-$(CONFIG_PLAT_ORION_LEGACY)   += irq.o pcie.o time.o common.o mpp.o
0009 obj-$(CONFIG_PLAT_ORION_LEGACY)   += $(orion-gpio-y)