On Wed, Jul 10, 2019 at 11:02:06AM +0100, Russell King - ARM Linux admin wrote: > On Wed, Jul 10, 2019 at 06:54:06PM +0900, Masahiro Yamada wrote: > > On Wed, Jul 10, 2019 at 5:23 PM Russell King - ARM Linux admin > > <li...@armlinux.org.uk> wrote: > > > On Wed, Jul 10, 2019 at 01:30:24PM +0900, Masahiro Yamada wrote: > > > > $(wildcard ...) checks if this directory exists in the *objtree*, > > > > while scripts/Makefile.build needs to include > > > > arch/arm/fastfpe/Makefile from *srctree*. > > > > > > > > I think the correct code should be like follows: > > > > > > > > # Do we have FASTFPE? > > > > FASTFPE :=arch/arm/fastfpe > > > > ifneq ($(wildcard $(srctree)/$(FASTFPE)),) > > > > FASTFPE_OBJ :=$(FASTFPE)/ > > > > endif
That does indeed work for split object builds. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line in suburbia: sync at 12.1Mbps down 622kbps up According to speedtest.net: 11.9Mbps down 500kbps up