xref: /linux/tools/testing/selftests/powerpc/dexcr/Makefile (revision ff2632d7d08edc11e8bd0629e9fcfebab25c78b4)
1TEST_GEN_PROGS := dexcr_test hashchk_test
2TEST_GEN_FILES := lsdexcr chdexcr
3
4include ../../lib.mk
5include ../flags.mk
6
7CFLAGS += $(KHDR_INCLUDES)
8
9$(OUTPUT)/hashchk_test: CFLAGS += -fno-pie -no-pie $(call cc-option,-mno-rop-protect)
10
11$(TEST_GEN_PROGS): ../harness.c ../utils.c ./dexcr.c
12$(TEST_GEN_FILES): ../utils.c ./dexcr.c
13