Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_wpa_supplicant_8
/
cdee209b47170ea1d439be62c81f355e86b7f637
/
.
/
src
/
eap_peer
/
Makefile
blob: bdbead6a6cb5ec41c5dc7e30633c0340f959cb1e [
file
] [
log
] [
blame
]
CFLAGS
+=
-
DIEEE8021X_EAPOL
LIB_OBJS
=
\
eap
.
o \
eap_methods
.
o
include
../
lib
.
rules
install
:
if
ls
*.
so
>/
dev
/
null
2
>&
1
;
then
\
install
-
d $
(
DESTDIR
)
$
(
LIBDIR
)/
wpa_supplicant
&&
\
cp
*.
so $
(
DESTDIR
)
$
(
LIBDIR
)/
wpa_supplicant \
;
fi