Makefile 236 B

12345678910111213141516
  1. #
  2. # Makefile for the MB93090-MB00 motherboard stuff
  3. #
  4. ifeq "$(CONFIG_PCI)" "y"
  5. obj-y := pci-frv.o pci-irq.o pci-vdk.o
  6. ifeq "$(CONFIG_MMU)" "y"
  7. obj-y += pci-dma.o
  8. else
  9. obj-y += pci-dma-nommu.o
  10. endif
  11. endif
  12. obj-$(CONFIG_MTD) += flash.o