Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
ba273f066f447a23b55403149b50c322a40bb87b
/
.
/
tools
/
easylogo
/
Makefile
blob: d8e28b0e12adae3978dd8d5959d3b98b8da5350d [
file
] [
log
] [
blame
]
include $
(
TOPDIR
)/
config
.
mk
all
:
$
(
obj
)
easylogo
$
(
obj
)
easylogo
:
$
(
SRCTREE
)/
tools
/
easylogo
/
easylogo
.
c
$
(
HOSTCC
)
$
(
HOSTCFLAGS_NOPED
)
$
(
HOSTLDFLAGS
)
-
o $@ $
^
clean
:
rm
-
f $
(
obj
)
easylogo
.
PHONY
:
all clean