[RFC kvm-unit-tests PATCH 4/8] Makefiles: use explicit path for including sub-Makefiles
Alex Bennée
alex.bennee at linaro.org
Fri Apr 7 05:21:27 EDT 2017
Thomas Huth <thuth at redhat.com> writes:
> On 06.04.2017 21:07, Alex Bennée wrote:
>> I would of thought VPATH took care of this but apparently not.
>>
>> Signed-off-by: Alex Bennée <alex.bennee at linaro.org>
>> ---
>> Makefile | 8 ++++----
>> arm/Makefile | 2 +-
>> arm/Makefile.arm | 2 +-
>> arm/Makefile.arm64 | 2 +-
>> powerpc/Makefile | 2 +-
>> powerpc/Makefile.ppc64 | 2 +-
>> x86/Makefile | 2 +-
>> x86/Makefile.i386 | 2 +-
>> x86/Makefile.x86_64 | 2 +-
>> 9 files changed, 12 insertions(+), 12 deletions(-)
>>
>> diff --git a/Makefile b/Makefile
>> index 80bc57e..781186e 100644
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -32,14 +32,14 @@ cflatobjs := \
>> lib/stack.o
>>
>> # libfdt paths
>> -LIBFDT_objdir = lib/libfdt
>> -LIBFDT_srcdir = lib/libfdt
>> +LIBFDT_objdir = $(SRCDIR)/lib/libfdt
>
> I think this is wrong - objdir should not get a SRCDIR prefix.
Good catch - which explains why I was seeing libfdt.a in the source tree.
--
Alex Bennée
More information about the linux-arm-kernel
mailing list