Removed sparse destinations since "CC=cgcc make" works fine
This commit is contained in:
parent
7e5ba1b916
commit
d953d9ab80
2 changed files with 0 additions and 12 deletions
|
@ -571,10 +571,4 @@ test-milenage: $(TEST_SRC_MILENAGE)
|
||||||
./test-milenage
|
./test-milenage
|
||||||
rm test-milenage
|
rm test-milenage
|
||||||
|
|
||||||
hostapd-sparse: $(OBJS)
|
|
||||||
@echo Sparse run completed
|
|
||||||
|
|
||||||
run-sparse:
|
|
||||||
CC="sparse -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ -D__INT_MAX__=2147483647 -D__SHRT_MAX__=32767 -D__LONG_MAX__=2147483647 -D__SCHAR_MAX__=127 -Wbitwise" $(MAKE) hostapd-sparse
|
|
||||||
|
|
||||||
-include $(OBJS:%.o=%.d)
|
-include $(OBJS:%.o=%.d)
|
||||||
|
|
|
@ -1230,10 +1230,4 @@ clean-docs:
|
||||||
rm -rf doc/latex doc/html
|
rm -rf doc/latex doc/html
|
||||||
rm -f doc/wpa_supplicant.{eps,png} wpa_supplicant-devel.pdf
|
rm -f doc/wpa_supplicant.{eps,png} wpa_supplicant-devel.pdf
|
||||||
|
|
||||||
wpa_supplicant-sparse: .config $(OBJS)
|
|
||||||
@echo Sparse run completed
|
|
||||||
|
|
||||||
run-sparse:
|
|
||||||
CC="sparse -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ -D__INT_MAX__=2147483647 -D__SHRT_MAX__=32767 -D__LONG_MAX__=2147483647 -D__SCHAR_MAX__=127 -Wbitwise" $(MAKE) wpa_supplicant-sparse
|
|
||||||
|
|
||||||
-include $(OBJS:%.o=%.d)
|
-include $(OBJS:%.o=%.d)
|
||||||
|
|
Loading…
Reference in a new issue