8 lines
118 B
Makefile
8 lines
118 B
Makefile
|
#
|
||
|
# Makefile for the Linux SuperH-specific device drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_PCI) += pci/
|
||
|
obj-$(CONFIG_SH_DMA) += dma/
|
||
|
|