Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_external_wpa_supplicant_8
/
8d520ff1dc2da35cdca849e982051b86468016d8
/
.
/
src
/
lib.rules
blob: b260d25a050cb00293d247a605e29975c05c85b0 [
file
] [
log
] [
blame
]
ifndef CC
CC
=
gcc
endif
ifndef CFLAGS
CFLAGS
=
-
MMD
-
O2
-
Wall
-
g
endif
CFLAGS
+=
-
I
..
-
I
../
utils
Q
=@
E
=
echo
ifeq
(
$
(
V
),
1
)
Q
=
E
=
true
endif
%.
o
:
%.
c
$
(
Q
)
$
(
CC
)
-
c
-
o $@ $
(
CFLAGS
)
$
<
@$
(
E
)
" CC "
$
<