Messages in this thread Patch in this message |  | | | From | Magnus Damm <> | | Date | Thu, 28 Jan 2010 21:41:12 +0900 | | Subject | [PATCH 04/06] sh: Build drivers/sh for SuperH Mobile ARM |
| |
From: Magnus Damm <damm@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@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/
|  |