Files
Debian-9-Kernel/tools/testing/selftests/powerpc/vphn/Makefile
T

13 lines
140 B
Makefile
Raw Normal View History

2023-05-02 09:58:35 +02:00
TEST_PROGS := test-vphn
CFLAGS += -m64
all: $(TEST_PROGS)
$(TEST_PROGS): ../harness.c
include ../../lib.mk
clean:
rm -f $(TEST_PROGS)