Raw File
#
# Makefile for the Linux SuperH-specific device drivers.
#

obj-$(CONFIG_PCI)	+= pci/
obj-$(CONFIG_SH_DMA)	+= dma/

back to top