David Ng | 3556e58 | 2012-07-27 23:52:11 +0000 | [diff] [blame] | 1 | ifeq ($(BOARD_KERNEL_SEPARATED_DT),true) |
| 2 | LOCAL_PATH := $(call my-dir) |
| 3 | |
| 4 | include $(CLEAR_VARS) |
| 5 | |
| 6 | LOCAL_SRC_FILES := \ |
| 7 | dtbtool.c |
| 8 | |
| 9 | LOCAL_CFLAGS += \ |
| 10 | -Wall |
| 11 | |
| 12 | ## Hybrid v1/v2 dtbTool. Use a different name to avoid conflicts with copies in device repos |
Dan Pasanen | 1b8a286 | 2017-08-23 10:35:48 -0500 | [diff] [blame] | 13 | LOCAL_MODULE := dtbToolLineage |
David Ng | 3556e58 | 2012-07-27 23:52:11 +0000 | [diff] [blame] | 14 | LOCAL_MODULE_TAGS := optional |
| 15 | |
| 16 | include $(BUILD_HOST_EXECUTABLE) |
| 17 | endif |