selftests/powerpc/switch_endian: Fix out-of-tree build
authorMichael Ellerman <mpe@ellerman.id.au>
Mon, 29 Oct 2018 11:23:52 +0000 (22:23 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 31 Oct 2018 12:56:21 +0000 (23:56 +1100)
For the out-of-tree build to work we need to tell switch_endian_test
to look for check-reversed.S in $(OUTPUT).

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
tools/testing/selftests/powerpc/switch_endian/Makefile

index fcd2dcb8972babf90209b699307bd086f08c5f90..bdc081afedb0f0788c26ad4a6914e7895b9be90a 100644 (file)
@@ -8,6 +8,7 @@ EXTRA_CLEAN = $(OUTPUT)/*.o $(OUTPUT)/check-reversed.S
 top_srcdir = ../../../../..
 include ../../lib.mk
 
+$(OUTPUT)/switch_endian_test: ASFLAGS += -I $(OUTPUT)
 $(OUTPUT)/switch_endian_test: $(OUTPUT)/check-reversed.S
 
 $(OUTPUT)/check-reversed.o: $(OUTPUT)/check.o