aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/Makefile
blob: 5721154014ecca24bdfb19a5795e8c7047bf348a (plain)
1
2
3
4
5
6
7
8
9
all:
	@echo Nothing to be made.

clean:
	rm -f *~ *.o *.d *.gcno *.gcda *.gcov
	rm -f build.wpa_supplicant build.hostapd

install:
	@echo Nothing to be made.