diff options
Diffstat (limited to 'tools/testing/selftests/powerpc/primitives/Makefile')
| -rw-r--r-- | tools/testing/selftests/powerpc/primitives/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/primitives/Makefile b/tools/testing/selftests/powerpc/primitives/Makefile new file mode 100644 index 000000000000..23bd9a7590dd --- /dev/null +++ b/tools/testing/selftests/powerpc/primitives/Makefile @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0-only +TEST_GEN_PROGS := load_unaligned_zeropad + +top_srcdir = ../../../../.. +include ../../lib.mk +include ../flags.mk + +CFLAGS += -I$(CURDIR) + +$(TEST_GEN_PROGS): ../harness.c |
