aboutsummaryrefslogtreecommitdiff
path: root/Makefile.utils
diff options
context:
space:
mode:
authorSzuWei Lin <szuweilin@google.com>2017-11-15 04:47:54 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-11-15 04:47:54 +0000
commitdbba27fdcdb78a96b7d36cf5d5f18ac14da66618 (patch)
tree2e477e1e127ed0e920282e66ec7dfd729be3f1cf /Makefile.utils
parentdd48e40235220f73bae61e5f2bea6e431e458a9c (diff)
parent06f6876f938239b49a215a7f714dba17d78546c6 (diff)
downloaddtc-dbba27fdcdb78a96b7d36cf5d5f18ac14da66618.tar.gz
Update dtc to the version of 20170713 of upstream am: a058df1cff
am: 06f6876f93 Change-Id: I734448d1bfa4a6cc91233e74e1188b1a0600d881
Diffstat (limited to 'Makefile.utils')
-rw-r--r--Makefile.utils6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.utils b/Makefile.utils
index 48ece49..e028922 100644
--- a/Makefile.utils
+++ b/Makefile.utils
@@ -22,3 +22,9 @@ FDTPUT_SRCS = \
util.c
FDTPUT_OBJS = $(FDTPUT_SRCS:%.c=%.o)
+
+FDTOVERLAY_SRCS = \
+ fdtoverlay.c \
+ util.c
+
+FDTOVERLAY_OBJS = $(FDTOVERLAY_SRCS:%.c=%.o)