1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for the linux kernel. 4 # 5 6 # Object file lists. 7 8 obj-y := common.o isa-irq.o isa.o isa-rtc.o dma-isa.o 9 10 pci-y += dc21285.o 11 pci-$(CONFIG_ARCH_EBSA285) += ebsa285-pci.o 12 pci-$(CONFIG_ARCH_NETWINDER) += netwinder-pci.o 13 14 obj-$(CONFIG_ARCH_EBSA285) += ebsa285.o dc21285-timer.o 15 obj-$(CONFIG_ARCH_NETWINDER) += netwinder-hw.o isa-timer.o 16 17 obj-$(CONFIG_PCI) +=$(pci-y) 18
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.