Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
b77033f9
Commit
b77033f9
authored
Nov 28, 2018
by
Natalia
Committed by
Marcel Stör
Nov 28, 2018
Browse files
Always compile `app/crypto` folder (#2573)
parent
95728196
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Makefile
View file @
b77033f9
...
@@ -20,7 +20,7 @@ FLAVOR = debug
...
@@ -20,7 +20,7 @@ FLAVOR = debug
ifndef
PDIR
# {
ifndef
PDIR
# {
GEN_IMAGES
=
eagle.app.v6.out
GEN_IMAGES
=
eagle.app.v6.out
GEN_BINS
=
eagle.app.v6.bin
GEN_BINS
=
eagle.app.v6.bin
OPT_MKTARGETS
:=
coap
crypto
dht http mqtt pcm sjson sqlite3 tsl2561 websocket
OPT_MKTARGETS
:=
coap dht http mqtt pcm sjson sqlite3 tsl2561 websocket
OPT_MKLIBTARGETS
:=
u8g2 ucg
OPT_MKLIBTARGETS
:=
u8g2 ucg
SEL_MKTARGETS
:=
$(
shell
$(CC)
-E
-dM
include/user_modules.h |
sed
-n
'/^\#define LUA_USE_MODULES_/{s/.\{24\}\(.*\)/\L\1/; p
}
'
)
SEL_MKTARGETS
:=
$(
shell
$(CC)
-E
-dM
include/user_modules.h |
sed
-n
'/^\#define LUA_USE_MODULES_/{s/.\{24\}\(.*\)/\L\1/; p
}
'
)
OPT_SEL_MKLIBTARGETS
:=
$(
foreach
tgt,
$(OPT_MKLIBTARGETS)
,
$(
findstring
$(tgt)
,
$(SEL_MKTARGETS)
))
OPT_SEL_MKLIBTARGETS
:=
$(
foreach
tgt,
$(OPT_MKLIBTARGETS)
,
$(
findstring
$(tgt)
,
$(SEL_MKTARGETS)
))
...
@@ -31,6 +31,7 @@ SPECIAL_MKTARGETS :=$(APP_MKTARGETS)
...
@@ -31,6 +31,7 @@ SPECIAL_MKTARGETS :=$(APP_MKTARGETS)
SUBDIRS
=
\
SUBDIRS
=
\
user
\
user
\
crypto
\
driver
\
driver
\
mbedtls
\
mbedtls
\
platform
\
platform
\
...
@@ -63,6 +64,7 @@ LD_FILE = $(LDDIR)/nodemcu.ld
...
@@ -63,6 +64,7 @@ LD_FILE = $(LDDIR)/nodemcu.ld
COMPONENTS_eagle.app.v6
=
\
COMPONENTS_eagle.app.v6
=
\
user/libuser.a
\
user/libuser.a
\
crypto/libcrypto.a
\
driver/libdriver.a
\
driver/libdriver.a
\
platform/libplatform.a
\
platform/libplatform.a
\
task/libtask.a
\
task/libtask.a
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment