tasks: kernel: Clarify prebuilt kernel deprecation notice

Change-Id: I229029a3b36c5564a445752c6e495817a0969240
This commit is contained in:
Nolen Johnson
2020-04-17 13:13:20 -04:00
parent 83dee70c3b
commit c0b837dbc8

View File

@@ -110,7 +110,7 @@ ifeq "$(wildcard $(KERNEL_SRC) )" ""
ifneq ($(HAS_PREBUILT_KERNEL),) ifneq ($(HAS_PREBUILT_KERNEL),)
$(warning ***************************************************************) $(warning ***************************************************************)
$(warning * Using prebuilt kernel binary instead of source *) $(warning * Using prebuilt kernel binary instead of source *)
$(warning * THIS IS DEPRECATED, AND WILL BE DISCONTINUED *) $(warning * THIS IS DEPRECATED, AND IS NOT ADVISED. *)
$(warning * Please configure your device to download the kernel *) $(warning * Please configure your device to download the kernel *)
$(warning * source repository to $(KERNEL_SRC)) $(warning * source repository to $(KERNEL_SRC))
$(warning * for more information *) $(warning * for more information *)