M7350/kernel/arch/arm/plat-orion/Makefile

9 lines
275 B
Makefile
Raw Normal View History

2024-09-09 08:52:07 +00:00
#
# Makefile for the linux kernel.
#
2024-09-09 08:57:42 +00:00
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
orion-gpio-$(CONFIG_GPIOLIB) += gpio.o
obj-$(CONFIG_PLAT_ORION_LEGACY) += irq.o pcie.o time.o common.o mpp.o
obj-$(CONFIG_PLAT_ORION_LEGACY) += $(orion-gpio-y)