diff options
Diffstat (limited to 'arch/sh/drivers/Makefile')
-rw-r--r-- | arch/sh/drivers/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sh/drivers/Makefile b/arch/sh/drivers/Makefile new file mode 100644 index 000000000000..bd6726cde398 --- /dev/null +++ b/arch/sh/drivers/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Makefile for the Linux SuperH-specific device drivers. | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_PCI) += pci/ | ||
6 | obj-$(CONFIG_SH_DMA) += dma/ | ||
7 | |||