1ifeq ($(TARGET_KERNEL_USE_4_1), true) 2TARGET_PREBUILT_KERNEL := device/linaro/hikey-kernel/Image-dtb-4.1 3TARGET_PREBUILT_DTB := device/linaro/hikey-kernel/hi6220-hikey.dtb-4.1 4TARGET_FSTAB := fstab.hikey-4.1 5endif 6 7# 8# Inherit the full_base and device configurations 9$(call inherit-product, device/linaro/hikey/device.mk) 10$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) 11 12# 13# Overrides 14PRODUCT_NAME := hikey 15PRODUCT_DEVICE := hikey 16