Loading core/tasks/kernel.mk +1 −0 Original line number Diff line number Diff line Loading @@ -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 *) Loading Loading
core/tasks/kernel.mk +1 −0 Original line number Diff line number Diff line Loading @@ -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 *) Loading