xref: /linux-6.15/tools/testing/selftests/powerpc/primitives/Makefile (revision 2bb129eb)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CFLAGS += -I$(CURDIR)
2
3TEST_PROGS := load_unaligned_zeropad
4
5all: $(TEST_PROGS)
6
7$(TEST_PROGS): ../harness.c
8
9include ../../lib.mk
10
11clean:
12	rm -f $(TEST_PROGS) *.o
13

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025