]> git.ipfire.org Git - thirdparty/hostap.git/blob - src/ap/Makefile
Move generic AP functionality implementation into src/ap
[thirdparty/hostap.git] / src / ap / Makefile
1 all:
2 @echo Nothing to be made.
3
4 clean:
5 for d in $(SUBDIRS); do make -C $$d clean; done
6 rm -f *~ *.o *.d
7
8 install:
9 @echo Nothing to be made.