[PATCH 04/06] sh: Build drivers/sh for SuperH Mobile ARM
Magnus Damm
magnus.damm at gmail.com
Thu Jan 28 07:41:12 EST 2010
From: Magnus Damm <damm at opensource.se>
Build drivers/sh in the case for SuperH Mobile ARM.
Shared code for the interrupt controller (INTC) and
the gpio/pinmux (PFC) is located there.
Signed-off-by: Magnus Damm <damm at opensource.se>
---
drivers/Makefile | 1 +
1 file changed, 1 insertion(+)
--- 0001/drivers/Makefile
+++ work/drivers/Makefile 2010-01-19 15:39:21.000000000 +0900
@@ -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/
More information about the linux-arm-kernel
mailing list