1ifndef TARGET_KERNEL_USE 2TARGET_KERNEL_USE=4.9 3endif 4TARGET_PREBUILT_KERNEL := device/linaro/hikey-kernel/Image-dtb-$(TARGET_KERNEL_USE) 5TARGET_PREBUILT_DTB := device/linaro/hikey-kernel/hi6220-hikey.dtb-$(TARGET_KERNEL_USE) 6ifeq ($(TARGET_KERNEL_USE), 3.18) 7TARGET_FSTAB := fstab.hikey-$(TARGET_KERNEL_USE) 8else 9TARGET_FSTAB := fstab.hikey 10endif 11 12# 13# Inherit the full_base and device configurations 14$(call inherit-product, device/linaro/hikey/hikey/device-hikey.mk) 15$(call inherit-product, device/linaro/hikey/device-common.mk) 16$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) 17 18# 19# Overrides 20PRODUCT_NAME := hikey 21PRODUCT_DEVICE := hikey 22PRODUCT_BRAND := Android 23