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: libradius.a
ALL=libradius.a
clean:
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libradius.a
include ../lib.rules
install:
@echo Nothing to be made.
include ../lib.rules
CFLAGS += -DCONFIG_IPV6
LIB_OBJS= \