Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[deliverable/linux.git] / arch / arm / mach-footbridge / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the linux kernel.
3#
4
5# Object file lists.
6
570977a1 7obj-y := common.o dma.o isa-irq.o
1da177e4 8
570977a1 9pci-y += dc21285.o
1da177e4
LT
10pci-$(CONFIG_ARCH_CATS) += cats-pci.o
11pci-$(CONFIG_ARCH_EBSA285_HOST) += ebsa285-pci.o
12pci-$(CONFIG_ARCH_NETWINDER) += netwinder-pci.o
13pci-$(CONFIG_ARCH_PERSONAL_SERVER) += personal-pci.o
14
1da177e4 15obj-$(CONFIG_ARCH_CATS) += cats-hw.o isa-timer.o
1da177e4
LT
16obj-$(CONFIG_ARCH_EBSA285) += ebsa285.o dc21285-timer.o
17obj-$(CONFIG_ARCH_NETWINDER) += netwinder-hw.o isa-timer.o
18obj-$(CONFIG_ARCH_PERSONAL_SERVER) += personal.o dc21285-timer.o
19
20obj-$(CONFIG_PCI) +=$(pci-y)
1da177e4 21
382b4480 22obj-$(CONFIG_ISA) += isa.o isa-rtc.o
This page took 0.856827 seconds and 5 git commands to generate.