Remove unused PYTHON tool definition

python2 is not used in the kernel build anymore so the tool
definition is unnecessary.

python2 is also end-of-line so there is no reason to think
we would ever depend on it again.

Signed-off-by: Ben Leslie <benno@brkawy.com>
This commit is contained in:
Ben Leslie
2021-09-04 01:25:00 +00:00
committed by Kent McLeod
parent e11ef82663
commit 94269ed5be

View File

@@ -28,7 +28,6 @@ endif()
include(tools/internal.cmake)
# Define tools used by the kernel
set(PYTHON "python2" CACHE INTERNAL "")
set(PYTHON3 "python3" CACHE INTERNAL "")
RequireTool(CPP_GEN_PATH cpp_gen.sh)
RequireTool(CIRCULAR_INCLUDES circular_includes.py)