diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-11-29 03:21:21 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-11-29 05:05:10 +0100 |
commit | 920adc75d51d23fe3e8a7ce2c946b2b24e6f7742 (patch) | |
tree | 53e4669e8c923d4d96d963fd82749d88043c0f59 /arch/arm/mach-shmobile/Makefile | |
parent | ARM: mach-shmobile: Tidy up the Kconfig bits. (diff) | |
download | linux-920adc75d51d23fe3e8a7ce2c946b2b24e6f7742.tar.xz linux-920adc75d51d23fe3e8a7ce2c946b2b24e6f7742.zip |
ARM: mach-shmobile: Add mackerel board support
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index ae416fe7daf2..11f3242ffc1d 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile @@ -20,3 +20,4 @@ obj-$(CONFIG_GENERIC_GPIO) += $(pfc-y) obj-$(CONFIG_MACH_G3EVM) += board-g3evm.o obj-$(CONFIG_MACH_G4EVM) += board-g4evm.o obj-$(CONFIG_MACH_AP4EVB) += board-ap4evb.o +obj-$(CONFIG_MACH_MACKEREL) += board-mackerel.o |