diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-01-10 00:38:38 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-01-10 00:38:38 -0500 |
commit | cc9e4fedc77c71fb6edfc2bf84be9b3d5d61dd86 (patch) | |
tree | 24e175ed43f1075ec252d6f63bfdeea921e60e6d /arch/arm/mach-shmobile/Makefile | |
parent | 04cf399640b7acfa9abe2eb7900cd934db8af697 (diff) | |
parent | c133bcd3f9ef18979ac3ab7c4f26baeb08aaa181 (diff) |
Merge branch 'rmobile/bonito' into rmobile-latest
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 83e35f254bff..957e5c7a38fe 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile | |||
@@ -44,6 +44,7 @@ obj-$(CONFIG_MACH_AP4EVB) += board-ap4evb.o | |||
44 | obj-$(CONFIG_MACH_AG5EVM) += board-ag5evm.o | 44 | obj-$(CONFIG_MACH_AG5EVM) += board-ag5evm.o |
45 | obj-$(CONFIG_MACH_MACKEREL) += board-mackerel.o | 45 | obj-$(CONFIG_MACH_MACKEREL) += board-mackerel.o |
46 | obj-$(CONFIG_MACH_KOTA2) += board-kota2.o | 46 | obj-$(CONFIG_MACH_KOTA2) += board-kota2.o |
47 | obj-$(CONFIG_MACH_BONITO) += board-bonito.o | ||
47 | 48 | ||
48 | # Framework support | 49 | # Framework support |
49 | obj-$(CONFIG_SMP) += $(smp-y) | 50 | obj-$(CONFIG_SMP) += $(smp-y) |