Skip to content

Commit

Permalink
kernel: Bail-out if kernel config isn't set
Browse files Browse the repository at this point in the history
* And remove stale info comment

Change-Id: I0cdd5ff54ed316858045f4c4ada4d78e593667cd
  • Loading branch information
luca020400 committed Aug 6, 2020
1 parent 4b7a0a0 commit fb58f78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/tasks/kernel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,8 @@ else
$(warning * Please add the TARGET_KERNEL_CONFIG variable to your *)
$(warning * BoardConfig.mk file *)
$(warning **********************************************************)
# $(error "NO KERNEL CONFIG")
$(error "NO KERNEL CONFIG")
else
#$(info Kernel source found, building it)
FULL_KERNEL_BUILD := true
KERNEL_BIN := $(TARGET_PREBUILT_INT_KERNEL)
endif
Expand Down

0 comments on commit fb58f78

Please sign in to comment.