lkml.org 
[lkml]   [2019]   [Nov]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.14 105/211] selftests/powerpc/switch_endian: Fix out-of-tree build
    Date
    From: Michael Ellerman <mpe@ellerman.id.au>

    [ Upstream commit 266bac361d5677e61a6815bd29abeb3bdced2b07 ]

    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>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    tools/testing/selftests/powerpc/switch_endian/Makefile | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/tools/testing/selftests/powerpc/switch_endian/Makefile b/tools/testing/selftests/powerpc/switch_endian/Makefile
    index 30b8ff8fb82e7..e4cedfe9753d7 100644
    --- a/tools/testing/selftests/powerpc/switch_endian/Makefile
    +++ b/tools/testing/selftests/powerpc/switch_endian/Makefile
    @@ -7,6 +7,7 @@ EXTRA_CLEAN = $(OUTPUT)/*.o $(OUTPUT)/check-reversed.S

    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
    --
    2.20.1


    \
     
     \ /
      Last update: 2019-11-27 22:35    [W:4.225 / U:0.104 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site