[CMAKE] Remove unused variables _ELF_

This is not used anymore since r55855 (818418643e)
This commit is contained in:
Hervé Poussineau 2021-02-01 21:22:21 +01:00
parent d52f937120
commit ebb7088b02
3 changed files with 0 additions and 12 deletions

View file

@ -33,10 +33,6 @@ If you don't use GDB, don't enable this.")
set(_WINKD_ TRUE CACHE BOOL set(_WINKD_ TRUE CACHE BOOL
"Whether to compile with the KD protocol.") "Whether to compile with the KD protocol.")
set(_ELF_ FALSE CACHE BOOL
"Whether to compile support for ELF files.
Do not enable unless you know what you're doing.")
set(USERMODE TRUE CACHE BOOL set(USERMODE TRUE CACHE BOOL
"Whether to compile any usermode parts. This is while kernel mode is under "Whether to compile any usermode parts. This is while kernel mode is under
heavy development and usermode part not relevant for bootcd.") heavy development and usermode part not relevant for bootcd.")

View file

@ -34,10 +34,6 @@ If you don't use GDB, don't enable this.")
set(_WINKD_ TRUE CACHE BOOL set(_WINKD_ TRUE CACHE BOOL
"Whether to compile with the KD protocol.") "Whether to compile with the KD protocol.")
set(_ELF_ FALSE CACHE BOOL
"Whether to compile support for ELF files.
Do not enable unless you know what you're doing.")
set(BUILD_MP TRUE CACHE BOOL set(BUILD_MP TRUE CACHE BOOL
"Whether to compile the multi processor versions for ntoskrnl and hal.") "Whether to compile the multi processor versions for ntoskrnl and hal.")

View file

@ -73,10 +73,6 @@ else()
set(_WINKD_ FALSE CACHE BOOL "Whether to compile with the KD protocol.") set(_WINKD_ FALSE CACHE BOOL "Whether to compile with the KD protocol.")
endif() endif()
set(_ELF_ FALSE CACHE BOOL
"Whether to compile support for ELF files.
Do not enable unless you know what you're doing.")
set(BUILD_MP TRUE CACHE BOOL set(BUILD_MP TRUE CACHE BOOL
"Whether to build the multiprocessor versions of NTOSKRNL and HAL.") "Whether to build the multiprocessor versions of NTOSKRNL and HAL.")