xref: /linux-6.15/tools/testing/selftests/powerpc/primitives/Makefile (revision 6faeeea4)
  • 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: Fri May 15 20:09:11 GMT 2026