hostap/src/ap/Makefile
Jouni Malinen 7feff06567 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 19:16:12 +02:00

9 lines
116 B
Makefile

all:
@echo Nothing to be made.
clean:
rm -f *~ *.o *.d *.gcno *.gcda *.gcov
install:
@echo Nothing to be made.