diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-11-28 21:21:21 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-11-28 23:05:10 -0500 |
commit | 920adc75d51d23fe3e8a7ce2c946b2b24e6f7742 (patch) | |
tree | 53e4669e8c923d4d96d963fd82749d88043c0f59 /arch/arm/mach-shmobile/Makefile | |
parent | 6d72ad35f1bfaf6e52ca7133cb51ce0e36f17528 (diff) |
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) | |||
20 | obj-$(CONFIG_MACH_G3EVM) += board-g3evm.o | 20 | obj-$(CONFIG_MACH_G3EVM) += board-g3evm.o |
21 | obj-$(CONFIG_MACH_G4EVM) += board-g4evm.o | 21 | obj-$(CONFIG_MACH_G4EVM) += board-g4evm.o |
22 | obj-$(CONFIG_MACH_AP4EVB) += board-ap4evb.o | 22 | obj-$(CONFIG_MACH_AP4EVB) += board-ap4evb.o |
23 | obj-$(CONFIG_MACH_MACKEREL) += board-mackerel.o | ||