Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
| 3 | # Makefile for the Linux SuperH-specific device drivers. |
| 4 | # |
| 5 | |
Manuel Lauss | fc467a26 | 2007-05-09 17:36:15 +0900 | [diff] [blame] | 6 | obj-y += dma/ |
| 7 | |
Paul Mundt | d5cb978 | 2005-11-07 00:58:22 -0800 | [diff] [blame] | 8 | obj-$(CONFIG_PCI) += pci/ |
Paul Mundt | d5cb978 | 2005-11-07 00:58:22 -0800 | [diff] [blame] | 9 | obj-$(CONFIG_SUPERHYWAY) += superhyway/ |
Paul Mundt | 9f5e8ee | 2006-11-24 11:22:57 +0900 | [diff] [blame] | 10 | obj-$(CONFIG_PUSH_SWITCH) += push-switch.o |
Paul Mundt | 3b4d953 | 2007-02-13 15:42:28 +0900 | [diff] [blame] | 11 | obj-$(CONFIG_HEARTBEAT) += heartbeat.o |