/arch/frv/mb93090-mb00/Makefile

https://bitbucket.org/thekraven/iscream_thunderc-2.6.35 · Makefile · 15 lines · 9 code · 3 blank · 3 comment · 0 complexity · cde75fc56320e05e70bd437448413729 MD5 · raw file

  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 pci-iomap.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