Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
btbridge
/
da6e94cfee1b0592f3cce334166eb818f1d917a2
/
.
/
Makefile
blob: a55897fe968fecc387a000ad352b4530e25c7032 [
file
] [
log
] [
blame
]
CPPFLAGS
=
$
(
shell pkg
-
config
--
cflags libsystemd
)
LDFLAGS
=
$
(
shell pkg
-
config
--
libs libsystemd
)
EXE
=
btbridged
all
:
$
(
EXE
)
clean
:
rm
-
rf
*.
o $
(
EXE
)