Makefile 263 B

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