| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | # | ||||
| 3 | # Makefile for the Linux SuperH-specific device drivers. | ||||
| 4 | # | ||||
| 5 | |||||
| 6 | obj-y += dma/ | ||||
| 7 | |||||
| 8 | obj-$(CONFIG_PCI) += pci/ | ||||
| 9 | obj-$(CONFIG_SUPERHYWAY) += superhyway/ | ||||
| 10 | obj-$(CONFIG_PUSH_SWITCH) += push-switch.o | ||||
| 11 | obj-$(CONFIG_HEARTBEAT) += heartbeat.o | ||||