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