1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the linux kernel.
8 obj-y
:= common.o isa-irq.o isa.o isa-rtc.o dma-isa.o
11 pci-
$(CONFIG_ARCH_EBSA285
) += ebsa285-pci.o
12 pci-
$(CONFIG_ARCH_NETWINDER
) += netwinder-pci.o
14 obj-
$(CONFIG_ARCH_EBSA285
) += ebsa285.o dc21285-timer.o
15 obj-
$(CONFIG_ARCH_NETWINDER
) += netwinder-hw.o isa-timer.o
17 obj-
$(CONFIG_PCI
) +=$(pci-y
)