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,14 +1,11 @@
|
|||
all: libtls.a
|
||||
ALL=libtls.a
|
||||
|
||||
clean:
|
||||
rm -f *~ *.o *.d libtls.a
|
||||
include ../lib.rules
|
||||
|
||||
install:
|
||||
@echo Nothing to be made.
|
||||
|
||||
|
||||
include ../lib.rules
|
||||
|
||||
CFLAGS += -DCONFIG_INTERNAL_LIBTOMMATH
|
||||
CFLAGS += -DCONFIG_CRYPTO_INTERNAL
|
||||
CFLAGS += -DCONFIG_TLSV11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue