18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Makefile for the linux kernel. 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci# Object file lists. 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ciobj-y := common.o dma.o isa-irq.o 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_cipci-y += dc21285.o 118c2ecf20Sopenharmony_cipci-$(CONFIG_ARCH_CATS) += cats-pci.o 128c2ecf20Sopenharmony_cipci-$(CONFIG_ARCH_EBSA285_HOST) += ebsa285-pci.o 138c2ecf20Sopenharmony_cipci-$(CONFIG_ARCH_NETWINDER) += netwinder-pci.o 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_CATS) += cats-hw.o isa-timer.o 168c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_EBSA285) += ebsa285.o dc21285-timer.o 178c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_NETWINDER) += netwinder-hw.o isa-timer.o 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ciobj-$(CONFIG_PCI) +=$(pci-y) 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ciobj-$(CONFIG_ISA) += isa.o isa-rtc.o 22