Dmitry Shmidt | b4e1ed0 | 2017-02-13 14:39:37 -0800 | [diff] [blame] | 1 | ifndef TARGET_KERNEL_USE |
Dmitry Shmidt | faf309a | 2017-02-17 12:47:49 -0800 | [diff] [blame] | 2 | TARGET_KERNEL_USE=4.9 |
Dmitry Shmidt | b4e1ed0 | 2017-02-13 14:39:37 -0800 | [diff] [blame] | 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), 4.1) |
| 7 | TARGET_FSTAB := fstab.hikey-$(TARGET_KERNEL_USE) |
| 8 | else |
| 9 | TARGET_FSTAB := fstab.hikey |
Dmitry Shmidt | 6c65862 | 2016-03-23 16:29:35 -0700 | [diff] [blame] | 10 | endif |
| 11 | |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 12 | # |
| 13 | # Inherit the full_base and device configurations |
Amit Pundir | af628c2 | 2016-11-02 16:37:00 +0800 | [diff] [blame] | 14 | $(call inherit-product, device/linaro/hikey/hikey/device-hikey.mk) |
| 15 | $(call inherit-product, device/linaro/hikey/device-common.mk) |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 16 | $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) |
| 17 | |
| 18 | # |
| 19 | # Overrides |
| 20 | PRODUCT_NAME := hikey |
| 21 | PRODUCT_DEVICE := hikey |
Dmitry Shmidt | 3965ada | 2016-08-05 10:57:25 -0700 | [diff] [blame] | 22 | PRODUCT_BRAND := Android |