xref: /openbmc/linux/tools/testing/selftests/powerpc/primitives/Makefile (revision 609e478b)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CFLAGS += -I$(CURDIR)
2
3PROGS := load_unaligned_zeropad
4
5all: $(PROGS)
6
7$(PROGS): ../harness.c
8
9run_tests: all
10	@-for PROG in $(PROGS); do \
11		./$$PROG; \
12	done;
13
14clean:
15	rm -f $(PROGS) *.o
16
17.PHONY: all run_tests clean
18

served by {OpenGrok

Last Index Update: Sun May 18 03:01:11 CDT 2025