diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-01-10 14:38:38 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-01-10 14:38:38 +0900 |
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 83e35f254bf..957e5c7a38f 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile @@ -44,6 +44,7 @@ obj-$(CONFIG_MACH_AP4EVB) += board-ap4evb.o obj-$(CONFIG_MACH_AG5EVM) += board-ag5evm.o obj-$(CONFIG_MACH_MACKEREL) += board-mackerel.o obj-$(CONFIG_MACH_KOTA2) += board-kota2.o +obj-$(CONFIG_MACH_BONITO) += board-bonito.o # Framework support obj-$(CONFIG_SMP) += $(smp-y) |