rjw | 1f88458 | 2022-01-06 17:20:42 +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 |