Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/powerpc/switch_endian: Fix out-of-tree build

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>

+1
+1
tools/testing/selftests/powerpc/switch_endian/Makefile
··· 8 8 top_srcdir = ../../../../.. 9 9 include ../../lib.mk 10 10 11 + $(OUTPUT)/switch_endian_test: ASFLAGS += -I $(OUTPUT) 11 12 $(OUTPUT)/switch_endian_test: $(OUTPUT)/check-reversed.S 12 13 13 14 $(OUTPUT)/check-reversed.o: $(OUTPUT)/check.o