brintos

brintos / linux-shallow public Read only

0
0
Text · 327 B · 58cf9f7 Raw
13 lines · plain
1TEST_GEN_PROGS := dexcr_test hashchk_test2TEST_GEN_FILES := lsdexcr chdexcr3 4include ../../lib.mk5include ../flags.mk6 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.c12$(TEST_GEN_FILES): ../utils.c ./dexcr.c13