1 TEST_GEN_PROGS := dexcr_test hashchk_test 2 TEST_GEN_FILES := lsdexcr chdexcr 3 4 include ../../lib.mk 5 include ../flags.mk 6 7 CFLAGS += $(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
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.