1TEST_GEN_PROGS := hashchk_test 2 3include ../../lib.mk 4 5$(OUTPUT)/hashchk_test: CFLAGS += -fno-pie $(call cc-option,-mno-rop-protect) 6 7$(TEST_GEN_PROGS): ../harness.c ../utils.c ./dexcr.c 8