diff options
Diffstat (limited to 'arch/sh/drivers/Makefile')
-rw-r--r-- | arch/sh/drivers/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/sh/drivers/Makefile b/arch/sh/drivers/Makefile new file mode 100644 index 000000000..e13f06beb --- /dev/null +++ b/arch/sh/drivers/Makefile @@ -0,0 +1,10 @@ +# +# Makefile for the Linux SuperH-specific device drivers. +# + +obj-y += dma/ + +obj-$(CONFIG_PCI) += pci/ +obj-$(CONFIG_SUPERHYWAY) += superhyway/ +obj-$(CONFIG_PUSH_SWITCH) += push-switch.o +obj-$(CONFIG_HEARTBEAT) += heartbeat.o |