1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the linux kernel. 4# 5 6obj-pci-y := 7obj-pci-n := 8 9# Device tree platform 10obj-pci-$(CONFIG_MACH_IXP4XX_OF) += ixp4xx-of.o 11 12obj-pci-$(CONFIG_MACH_GATEWAY7001) += gateway7001-pci.o 13 14obj-y += common.o 15 16obj-$(CONFIG_MACH_GATEWAY7001) += gateway7001-setup.o 17obj-$(CONFIG_MACH_GORAMO_MLR) += goramo_mlr.o 18 19obj-$(CONFIG_PCI) += $(obj-pci-$(CONFIG_PCI)) common-pci.o 20