Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the Linux SuperH-specific device drivers. | ||||
3 | # | ||||
4 | |||||
Paul Mundt | d5cb978 | 2005-11-07 00:58:22 -0800 | [diff] [blame] | 5 | obj-$(CONFIG_PCI) += pci/ |
6 | obj-$(CONFIG_SH_DMA) += dma/ | ||||
7 | obj-$(CONFIG_SUPERHYWAY) += superhyway/ | ||||
Paul Mundt | 9f5e8ee | 2006-11-24 11:22:57 +0900 | [diff] [blame] | 8 | obj-$(CONFIG_PUSH_SWITCH) += push-switch.o |