Home | History | Annotate | Download | only in hikey
      1 ifndef TARGET_KERNEL_USE
      2 TARGET_KERNEL_USE=4.9
      3 endif
      4 TARGET_PREBUILT_KERNEL := device/linaro/hikey-kernel/Image-dtb-$(TARGET_KERNEL_USE)
      5 TARGET_PREBUILT_DTB := device/linaro/hikey-kernel/hi6220-hikey.dtb-$(TARGET_KERNEL_USE)
      6 ifeq ($(TARGET_KERNEL_USE), 3.18)
      7 TARGET_FSTAB := fstab.hikey-$(TARGET_KERNEL_USE)
      8 else
      9 TARGET_FSTAB := fstab.hikey
     10 endif
     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
     20 PRODUCT_NAME := hikey
     21 PRODUCT_DEVICE := hikey
     22 PRODUCT_BRAND := Android
     23