Dmitry Shmidt | 5d08080 | 2017-04-11 14:20:03 -0700 | [diff] [blame] | 1 | ifneq ($(filter hikey%, $(TARGET_DEVICE)),) |
2 | ifneq ($(TARGET_NO_DTIMAGE), true) | ||||
3 | |||||
4 | MKDTIMG := device/linaro/hikey/installer/hikey960/mkdtimg | ||||
5 | DTB := $(PRODUCT_OUT)/hi3660-hikey960.dtb | ||||
6 | |||||
7 | $(PRODUCT_OUT)/dt.img: $(DTB) | ||||
8 | $(MKDTIMG) -c -d $(DTB) -o $@ | ||||
9 | |||||
10 | droidcore: $(PRODUCT_OUT)/dt.img | ||||
11 | endif | ||||
12 | endif |