You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
337 B

ifndef TARGET_KERNEL_USE
TARGET_KERNEL_USE=4.19
endif
$(call inherit-product, device/amlogic/yukawa/device-common.mk)
PRODUCT_PROPERTY_OVERRIDES += ro.product.device=sei510
BOARD_KERNEL_DTB := device/amlogic/yukawa-kernel
ifeq ($(TARGET_PREBUILT_DTB),)
LOCAL_DTB := $(BOARD_KERNEL_DTB)
else
LOCAL_DTB := $(TARGET_PREBUILT_DTB)
endif