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