Message ID | 20150807012847.GF1145@verge.net.au (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Simon Horman |
Headers | show |
On Fri, Aug 07, 2015 at 10:28:47AM +0900, Simon Horman wrote: > diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile > index 8d1e0b6ac2a2..476de30798d7 100644 > --- a/arch/arm/mach-shmobile/Makefile > +++ b/arch/arm/mach-shmobile/Makefile > @@ -53,6 +53,7 @@ obj-$(CONFIG_ARCH_RCAR_GEN2) += pm-rcar-gen2.o > ifndef CONFIG_ARCH_SHMOBILE_MULTI > obj-$(CONFIG_MACH_BOCKW) += board-bockw.o > obj-$(CONFIG_MACH_BOCKW_REFERENCE) += board-bockw-reference.o > +endif > > # Framework support > obj-$(CONFIG_SMP) += $(smp-y) What's happening to get this fixed? arch/arm/mach-shmobile/Makefile:59: *** missing 'endif'. Stop. Makefile:949: recipe for target 'arch/arm/mach-shmobile' failed make[1]: *** [arch/arm/mach-shmobile] Error 2
On Tue, Aug 11, 2015 at 09:21:05AM +0100, Russell King - ARM Linux wrote: > On Fri, Aug 07, 2015 at 10:28:47AM +0900, Simon Horman wrote: > > diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile > > index 8d1e0b6ac2a2..476de30798d7 100644 > > --- a/arch/arm/mach-shmobile/Makefile > > +++ b/arch/arm/mach-shmobile/Makefile > > @@ -53,6 +53,7 @@ obj-$(CONFIG_ARCH_RCAR_GEN2) += pm-rcar-gen2.o > > ifndef CONFIG_ARCH_SHMOBILE_MULTI > > obj-$(CONFIG_MACH_BOCKW) += board-bockw.o > > obj-$(CONFIG_MACH_BOCKW_REFERENCE) += board-bockw-reference.o > > +endif > > > > # Framework support > > obj-$(CONFIG_SMP) += $(smp-y) > > What's happening to get this fixed? > > arch/arm/mach-shmobile/Makefile:59: *** missing 'endif'. Stop. > Makefile:949: recipe for target 'arch/arm/mach-shmobile' failed > make[1]: *** [arch/arm/mach-shmobile] Error 2 I've fixed up and pushed out for-next now. Will keep an eye on the build results in a bit. -Olof -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Olof, On Tue, Aug 11, 2015 at 2:55 PM, Olof Johansson <olof@lixom.net> wrote: > On Tue, Aug 11, 2015 at 09:21:05AM +0100, Russell King - ARM Linux wrote: >> On Fri, Aug 07, 2015 at 10:28:47AM +0900, Simon Horman wrote: >> > diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile >> > index 8d1e0b6ac2a2..476de30798d7 100644 >> > --- a/arch/arm/mach-shmobile/Makefile >> > +++ b/arch/arm/mach-shmobile/Makefile >> > @@ -53,6 +53,7 @@ obj-$(CONFIG_ARCH_RCAR_GEN2) += pm-rcar-gen2.o >> > ifndef CONFIG_ARCH_SHMOBILE_MULTI >> > obj-$(CONFIG_MACH_BOCKW) += board-bockw.o >> > obj-$(CONFIG_MACH_BOCKW_REFERENCE) += board-bockw-reference.o >> > +endif >> > >> > # Framework support >> > obj-$(CONFIG_SMP) += $(smp-y) >> >> What's happening to get this fixed? >> >> arch/arm/mach-shmobile/Makefile:59: *** missing 'endif'. Stop. >> Makefile:949: recipe for target 'arch/arm/mach-shmobile' failed >> make[1]: *** [arch/arm/mach-shmobile] Error 2 > > I've fixed up and pushed out for-next now. Will keep an eye on the build > results in a bit. Thank you, that looks fine to me. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index dd2063ad194f..333e0e3466f1 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -517,9 +517,7 @@ dtb-$(CONFIG_ARCH_S5PV210) += \ s5pv210-torbreck.dtb dtb-$(CONFIG_ARCH_SHMOBILE_LEGACY) += \ r8a7778-bockw.dtb \ - r8a7778-bockw-reference.dtb \ - r8a7779-marzen.dtb \ - sh73a0-kzm9g.dtb + r8a7778-bockw-reference.dtb dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += \ emev2-kzm9d.dtb \ r7s72100-genmai.dtb \ diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index 8d1e0b6ac2a2..476de30798d7 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile @@ -53,6 +53,7 @@ obj-$(CONFIG_ARCH_RCAR_GEN2) += pm-rcar-gen2.o ifndef CONFIG_ARCH_SHMOBILE_MULTI obj-$(CONFIG_MACH_BOCKW) += board-bockw.o obj-$(CONFIG_MACH_BOCKW_REFERENCE) += board-bockw-reference.o +endif # Framework support obj-$(CONFIG_SMP) += $(smp-y)