mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-18 21:03:17 +08:00
10 lines
292 B
Makefile
10 lines
292 B
Makefile
#
|
|
# "main" pseudo-component makefile.
|
|
#
|
|
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
|
|
|
CFLAGS += -Wno-error=implicit-function-declaration \
|
|
-Wno-error=unused-label \
|
|
-Wno-implicit-function-declaration \
|
|
-Wno-unused-label
|