Remove prebuilt kernel warning

We actually prefer it.

Change-Id: I9b3cbc04d8083e5c1041d3ca9bead14e42a6b7b9
This commit is contained in:
Captain Throwback
2021-08-30 23:00:39 -04:00
parent 76f6630e5c
commit 88ffc5784c
-7
View File
@@ -119,13 +119,6 @@ ifeq "$(wildcard $(KERNEL_SRC) )" ""
endif
ifneq ($(HAS_PREBUILT_KERNEL),)
$(warning ***************************************************************)
$(warning * Using prebuilt kernel binary instead of source *)
$(warning * THIS IS DEPRECATED, AND IS NOT ADVISED. *)
$(warning * Please configure your device to download the kernel *)
$(warning * source repository to $(KERNEL_SRC))
$(warning * for more information *)
$(warning ***************************************************************)
FULL_KERNEL_BUILD := false
KERNEL_BIN := $(TARGET_PREBUILT_KERNEL)
else