From a1eabd7df607960d9c3ab96ab7689da333e95b5f Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sun, 7 Oct 2018 17:35:23 +0000 Subject: [PATCH] Fix variable names --- examples/kernel-exploit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/kernel-exploit/Makefile b/examples/kernel-exploit/Makefile index e220d6e..0511f83 100644 --- a/examples/kernel-exploit/Makefile +++ b/examples/kernel-exploit/Makefile @@ -1,7 +1,7 @@ # out-of-tree called make with four arguments: # - KERNEL: kernel headers path -# - TARGET_EXPLOIT: name of exploit binary that MUST be produced by makefile. -# - $(TARGET_EXPLOIT)_test: name of test binary that MUST be produced by makefile +# - TARGET: name of exploit binary that MUST be produced by makefile. +# - $(TARGET)_test: name of test binary that MUST be produced by makefile # and it's will be runned on a LPE stage. TARGET_TEST MUST accept two argument: # - Path to exploit binary # - File that MUST be created with exploit. It uses for test that exploit works