From: Magnus Damm Date: Fri, 5 Feb 2010 11:15:15 +0000 (+0000) Subject: sh: Build drivers/sh for ARM-based SH-Mobile CPUs. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=13d605de2ece8c8f7c17a88747d90b7931350ee5;p=linux.git sh: Build drivers/sh for ARM-based SH-Mobile CPUs. Build drivers/sh in the case of ARM-based SH-Mobile CPUs. Shared code for the interrupt controller (INTC) and the gpio/pinmux (PFC) is located there. Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- diff --git a/drivers/Makefile b/drivers/Makefile index 6ee53c7a57a1c..e94cb1b796333 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -99,6 +99,7 @@ obj-$(CONFIG_SGI_SN) += sn/ obj-y += firmware/ obj-$(CONFIG_CRYPTO) += crypto/ obj-$(CONFIG_SUPERH) += sh/ +obj-$(CONFIG_ARCH_SHMOBILE) += sh/ obj-$(CONFIG_GENERIC_TIME) += clocksource/ obj-$(CONFIG_DMA_ENGINE) += dma/ obj-$(CONFIG_DCA) += dca/