Home
last modified time | relevance | path

Searched refs:TEST_FORTIFY_LOGS (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/
H A DMakefile410 TEST_FORTIFY_LOGS = $(patsubst $(srctree)/$(src)/%.c, %.log, $(TEST_FORTIFY_SRCS)) macro
419 targets += $(TEST_FORTIFY_LOGS)
420 clean-files += $(TEST_FORTIFY_LOGS)
421 clean-files += $(addsuffix .o, $(TEST_FORTIFY_LOGS))
434 $(obj)/$(TEST_FORTIFY_LOG): $(addprefix $(obj)/, $(TEST_FORTIFY_LOGS)) FORCE