xref: /linux/arch/sh/drivers/Makefile (revision e82b3aec8d508d2a925a4c766e97f16b7c4dfb1b)
1#
2# Makefile for the Linux SuperH-specific device drivers.
3#
4
5obj-$(CONFIG_PCI)		+= pci/
6obj-$(CONFIG_SH_DMA)		+= dma/
7obj-$(CONFIG_SUPERHYWAY)	+= superhyway/
8
9