aboutsummaryrefslogtreecommitdiff
path: root/Makefile.utils
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-11-15 08:31:10 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-11-15 08:31:10 +0000
commit7d53feaf11d3d77d3b4f15bd66882e89a18b4210 (patch)
tree2e477e1e127ed0e920282e66ec7dfd729be3f1cf /Makefile.utils
parent33add88713061f7967e79e788e0d96fa5206fa6b (diff)
parent65effc285b9fc120e167a49b13ea9d4a91138676 (diff)
downloaddtc-7d53feaf11d3d77d3b4f15bd66882e89a18b4210.tar.gz
Snap for 4453288 from 65effc285b9fc120e167a49b13ea9d4a91138676 to pi-release
Change-Id: I0cc8d7061c58db1751f1e1bb262e58bd006c0217
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)