mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-29 05:21:37 +03:00
Initial compilation fixes
This commit is contained in:
8
Makefile
8
Makefile
@ -28,17 +28,17 @@ OBJ_FILES := \
|
||||
ssl/tls1_clnt.o \
|
||||
ssl/tls1_svr.o \
|
||||
ssl/x509.o \
|
||||
crypto/crypto_misc.o \
|
||||
# crypto/crypto_misc.o \
|
||||
|
||||
|
||||
CPPFLAGS += -I$(XTENSA_LIBS)/include \
|
||||
-I$(SDK_BASE)/include \
|
||||
-Icrypto \
|
||||
-Issl
|
||||
-Issl \
|
||||
-I.
|
||||
|
||||
LDFLAGS += -L$(XTENSA_LIBS)/lib \
|
||||
-L$(XTENSA_LIBS)/arch/lib \
|
||||
-L$(SDK_BASE)/lib
|
||||
|
||||
|
||||
CFLAGS+=-std=c99 -DESP8266
|
||||
|
||||
|
Reference in New Issue
Block a user