This website requires JavaScript.
Explore
Help
Register
Sign in
DGNum
/
hostapd
Watch
6
Star
0
Fork
You've already forked hostapd
0
Code
Issues
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
2f06bcb361
hostapd
/
src
/
eapol_auth
/
Makefile
9 lines
116 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add Makefile for the new src/eapol_auth directory
2009-11-29 19:21:25 +01:00
all
:
@echo Nothing to be made.
clean
:
Add CONFIG_CODE_COVERAGE=y option for gcov This can be used to measure code coverage from test scripts. Signed-hostap: Jouni Malinen <j@w1.fi>
2013-11-24 18:16:12 +01:00
rm -f *~ *.o *.d *.gcno *.gcda *.gcov
Add Makefile for the new src/eapol_auth directory
2009-11-29 19:21:25 +01:00
install
:
@echo Nothing to be made.
Reference in a new issue
Copy permalink