Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
btbridge
/
b92a933b77de176bd02f83caa957402dc94d4a0a
/
.
/
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
)