blob: 604b7bc9d9981c89654d1ece426b7a6c81d4d028 [file] [log] [blame]
David Ng3556e582012-07-27 23:52:11 +00001ifeq ($(BOARD_KERNEL_SEPARATED_DT),true)
2LOCAL_PATH := $(call my-dir)
3
4include $(CLEAR_VARS)
5
6LOCAL_SRC_FILES := \
7 dtbtool.c
8
9LOCAL_CFLAGS += \
10 -Wall
11
12## Hybrid v1/v2 dtbTool. Use a different name to avoid conflicts with copies in device repos
Dan Pasanen1b8a2862017-08-23 10:35:48 -050013LOCAL_MODULE := dtbToolLineage
David Ng3556e582012-07-27 23:52:11 +000014LOCAL_MODULE_TAGS := optional
15
16include $(BUILD_HOST_EXECUTABLE)
17endif