1 # SPDX-License-Identifier: GPL-2.0-only !! 1 obj-y := i386.o 2 # << 3 # Makefile << 4 # << 5 2 6 obj-$(CONFIG_PCI) += iomap.o !! 3 obj-$(CONFIG_PCI_BIOS) += pcbios.o >> 4 obj-$(CONFIG_PCI_DIRECT) += direct.o >> 5 >> 6 pci-y := fixup.o >> 7 pci-$(CONFIG_ACPI_PCI) += acpi.o >> 8 pci-y += legacy.o irq.o >> 9 >> 10 pci-$(CONFIG_X86_VISWS) := visws.o fixup.o >> 11 pci-$(CONFIG_X86_NUMAQ) := numa.o irq.o >> 12 >> 13 obj-y += $(pci-y) common.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.