selftests/powerpc: Move get_auxv_entry() into utils.c
This doesn't really belong in harness.c, it's a helper function. So move it into utils.c. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
@@ -4,7 +4,7 @@ all: $(TEST_PROGS)
|
||||
|
||||
$(TEST_PROGS): ../harness.c
|
||||
|
||||
tm-syscall: tm-syscall-asm.S
|
||||
tm-syscall: tm-syscall-asm.S ../utils.c
|
||||
tm-syscall: CFLAGS += -mhtm -I../../../../../usr/include
|
||||
|
||||
include ../../lib.mk
|
||||
|
Reference in New Issue
Block a user