diff --git a/elfloader-tool/CMakeLists.txt b/elfloader-tool/CMakeLists.txt index c913452e..f13589f1 100644 --- a/elfloader-tool/CMakeLists.txt +++ b/elfloader-tool/CMakeLists.txt @@ -13,6 +13,10 @@ if(KernelArchX86) return() endif() +if(NOT KERNEL_FLAGS_PATH) + # Seems the seL4 kernel CMake project was not included? + message(FATAL_ERROR "KERNEL_FLAGS_PATH is not set.") +endif() include(${KERNEL_FLAGS_PATH}) include(cpio)