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,14 +1,11 @@
all: libutils.a
ALL=libutils.a
clean:
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libutils.a
include ../lib.rules
install:
@echo Nothing to be made.
include ../lib.rules
#CFLAGS += -DWPA_TRACE
CFLAGS += -DCONFIG_IPV6
CFLAGS += -DCONFIG_DEBUG_FILE