https://github.com/torvalds/linux
Raw File
Tip revision: 0238df646e6224016a45505d2c111a24669ebe21 authored by Greg Kroah-Hartman on 07 October 2018, 15:26:02 UTC
Linux 4.19-rc7
Tip revision: 0238df6
Makefile
# SPDX-License-Identifier: GPL-2.0
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-orion/include

obj-y				+= common.o mpp.o irq.o pcie.o
obj-$(CONFIG_MACH_DB78X00_BP)	+= db78x00-bp-setup.o
obj-$(CONFIG_MACH_RD78X00_MASA)	+= rd78x00-masa-setup.o
obj-$(CONFIG_MACH_TERASTATION_WXL) += buffalo-wxl-setup.o
back to top