Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_external_dtc
/
a4b515c03804dbc0eff5bbf281bd22438717e773
/
.
/
Makefile.utils
blob: 0ed929763ce13cc3540f9d95f4ec50d682207e9b [
file
] [
log
] [
blame
]
#
# This is not a complete Makefile of itself. Instead, it is designed to
# be easily embeddable into other systems of Makefiles.
#
FTDUMP_SRCS
=
\
ftdump
.
c \
util
.
c
FTDUMP_OBJS
=
$
(
FTDUMP_SRCS
:%.
c
=%.
o
)