diff options
author | Magnus Damm <damm@opensource.se> | 2012-05-16 02:45:16 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-05-17 18:14:01 -0400 |
commit | c050fb10c425cf189da5ca9b84e948ec2fc99049 (patch) | |
tree | 5b8085e6e6d59fd8719b7c7fa62598142a26dd05 /arch/arm/mach-shmobile/Makefile | |
parent | 7f627f0380cb5ba3e05bcaac31ecf40c1f508ec1 (diff) |
mach-shmobile: KZM9D board support V3
V3 of basic KZM9D board support. At this point a quite
thin layer that makes use of the Emma Mobile EV2 SoC code.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
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 fd84aa2108a9..87bc110a9bed 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile | |||
@@ -50,6 +50,7 @@ obj-$(CONFIG_MACH_MACKEREL) += board-mackerel.o | |||
50 | obj-$(CONFIG_MACH_KOTA2) += board-kota2.o | 50 | obj-$(CONFIG_MACH_KOTA2) += board-kota2.o |
51 | obj-$(CONFIG_MACH_BONITO) += board-bonito.o | 51 | obj-$(CONFIG_MACH_BONITO) += board-bonito.o |
52 | obj-$(CONFIG_MACH_MARZEN) += board-marzen.o | 52 | obj-$(CONFIG_MACH_MARZEN) += board-marzen.o |
53 | obj-$(CONFIG_MACH_KZM9D) += board-kzm9d.o | ||
53 | 54 | ||
54 | # Framework support | 55 | # Framework support |
55 | obj-$(CONFIG_SMP) += $(smp-y) | 56 | obj-$(CONFIG_SMP) += $(smp-y) |