URL
                    https://opencores.org/ocsvn/test_project/test_project/trunk
                
            Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [parisc/] [Makefile] - Rev 79
Go to most recent revision | Compare with Previous | Blame | View Log
## Makefile for most of the non-PCI devices in PA-RISC machines## I/O SAPIC is also on IA64 platforms.# The two could be merged into a common source some day.obj-$(CONFIG_IOSAPIC) += iosapic.oobj-$(CONFIG_IOMMU_SBA) += sba_iommu.oobj-$(CONFIG_PCI_LBA) += lba_pci.o# Only use one of them: ccio-rm-dma is for PCX-W systems *only*# obj-$(CONFIG_IOMMU_CCIO) += ccio-rm-dma.oobj-$(CONFIG_IOMMU_CCIO) += ccio-dma.oobj-$(CONFIG_GSC) += gsc.oobj-$(CONFIG_HPPB) += hppb.oobj-$(CONFIG_GSC_DINO) += dino.oobj-$(CONFIG_GSC_LASI) += lasi.o asp.oobj-$(CONFIG_GSC_WAX) += wax.oobj-$(CONFIG_EISA) += eisa.o eisa_enumerator.o eisa_eeprom.oobj-$(CONFIG_SUPERIO) += superio.oobj-$(CONFIG_CHASSIS_LCD_LED) += led.oobj-$(CONFIG_PDC_STABLE) += pdc_stable.oobj-y += power.o
Go to most recent revision | Compare with Previous | Blame | View Log

