build: Use build.rules in lib.rules

Use the new build.rules in lib.rules and also unify the
clean targets to lib.rules.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
Johannes Berg 2020-09-18 11:49:50 +02:00 committed by Jouni Malinen
parent 3ff115db6f
commit 06a6adb54e
16 changed files with 34 additions and 86 deletions

View file

@ -1,12 +1,10 @@
all: libeap_server.a
ALL=libeap_server.a
clean:
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libeap_server.a
include ../lib.rules
install:
@echo Nothing to be made.
include ../lib.rules
CFLAGS += -DCONFIG_HS20