Makefile 228 B

12345678910
  1. #
  2. # Makefile for the Linux SuperH-specific device drivers.
  3. #
  4. obj-y += dma/
  5. obj-$(CONFIG_PCI) += pci/
  6. obj-$(CONFIG_SUPERHYWAY) += superhyway/
  7. obj-$(CONFIG_PUSH_SWITCH) += push-switch.o
  8. obj-$(CONFIG_HEARTBEAT) += heartbeat.o