kernel: Remove deprecated flag errors
* All devices should have migrated by now Change-Id: Iecef58a1193b87ecb084eccda27a3b4e89f42219
This commit is contained in:
parent
fd307eb0d0
commit
b3dc012b65
|
@ -78,12 +78,6 @@ KERNEL_DEFCONFIG_SRC := $(KERNEL_SRC)/arch/$(KERNEL_DEFCONFIG_ARCH)/configs/$(KE
|
|||
ifeq ($(BOARD_KERNEL_IMAGE_NAME),)
|
||||
$(error BOARD_KERNEL_IMAGE_NAME not defined.)
|
||||
endif
|
||||
ifneq ($(TARGET_USES_UNCOMPRESSED_KERNEL),)
|
||||
$(error TARGET_USES_UNCOMPRESSED_KERNEL is deprecated.)
|
||||
endif
|
||||
ifneq ($(TARGET_KERNEL_APPEND_DTB),)
|
||||
$(error TARGET_KERNEL_APPEND_DTB is deprecated.)
|
||||
endif
|
||||
TARGET_PREBUILT_INT_KERNEL := $(KERNEL_OUT)/arch/$(KERNEL_ARCH)/boot/$(BOARD_KERNEL_IMAGE_NAME)
|
||||
|
||||
ifneq ($(TARGET_KERNEL_ADDITIONAL_CONFIG),)
|
||||
|
|
Loading…
Reference in New Issue