diff options
Diffstat (limited to 'drivers/parisc/Makefile')
-rw-r--r-- | drivers/parisc/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/drivers/parisc/Makefile b/drivers/parisc/Makefile new file mode 100644 index 000000000000..f95cab57133a --- /dev/null +++ b/drivers/parisc/Makefile | |||
@@ -0,0 +1,27 @@ | |||
1 | # | ||
2 | # Makefile for most of the non-PCI devices in PA-RISC machines | ||
3 | # | ||
4 | |||
5 | # I/O SAPIC is also on IA64 platforms. | ||
6 | # The two could be merged into a common source some day. | ||
7 | obj-$(CONFIG_IOSAPIC) += iosapic.o | ||
8 | obj-$(CONFIG_IOMMU_SBA) += sba_iommu.o | ||
9 | obj-$(CONFIG_PCI_LBA) += lba_pci.o | ||
10 | |||
11 | # Only use one of them: ccio-rm-dma is for PCX-W systems *only* | ||
12 | # obj-$(CONFIG_IOMMU_CCIO) += ccio-rm-dma.o | ||
13 | obj-$(CONFIG_IOMMU_CCIO) += ccio-dma.o | ||
14 | |||
15 | obj-$(CONFIG_GSC) += gsc.o | ||
16 | |||
17 | obj-$(CONFIG_HPPB) += hppb.o | ||
18 | obj-$(CONFIG_GSC_DINO) += dino.o | ||
19 | obj-$(CONFIG_GSC_LASI) += lasi.o asp.o | ||
20 | obj-$(CONFIG_GSC_WAX) += wax.o | ||
21 | obj-$(CONFIG_EISA) += eisa.o eisa_enumerator.o eisa_eeprom.o | ||
22 | |||
23 | obj-$(CONFIG_SUPERIO) += superio.o | ||
24 | obj-$(CONFIG_CHASSIS_LCD_LED) += led.o | ||
25 | obj-$(CONFIG_PDC_STABLE) += pdc_stable.o | ||
26 | obj-y += power.o | ||
27 | |||