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:
parent
3ff115db6f
commit
06a6adb54e
16 changed files with 34 additions and 86 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue