Dmitry Shmidt | 6c65862 | 2016-03-23 16:29:35 -0700 | [diff] [blame] | 1 | ifeq ($(TARGET_KERNEL_USE_4_1), true) |
Dmitry Shmidt | b1af4ca | 2016-06-06 13:02:49 -0700 | [diff] [blame] | 2 | TARGET_PREBUILT_KERNEL := device/linaro/hikey-kernel/Image-dtb-4.1 |
Dmitry Shmidt | 6c65862 | 2016-03-23 16:29:35 -0700 | [diff] [blame] | 3 | TARGET_PREBUILT_DTB := device/linaro/hikey-kernel/hi6220-hikey.dtb-4.1 |
| 4 | TARGET_FSTAB := fstab.hikey-4.1 |
| 5 | endif |
| 6 | |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 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 |
| 14 | PRODUCT_NAME := hikey |
| 15 | PRODUCT_DEVICE := hikey |
Dmitry Shmidt | 3965ada | 2016-08-05 10:57:25 -0700 | [diff] [blame] | 16 | PRODUCT_BRAND := Android |