summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/tasks/kernel.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/tasks/kernel.mk b/core/tasks/kernel.mk
index 444375b..e397a96 100644
--- a/core/tasks/kernel.mk
+++ b/core/tasks/kernel.mk
@@ -60,6 +60,7 @@ ifeq "$(wildcard $(KERNEL_SRC) )" ""
$(error "NO KERNEL")
endif
else
+ NEEDS_KERNEL_COPY := true
ifeq ($(TARGET_KERNEL_CONFIG),)
$(warning **********************************************************)
$(warning * Kernel source found, but no configuration was defined *)