mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
4f1b33d522
Also included the recent LVM fix. Platform flash layer not yet functional.
7 lines
160 B
Makefile
7 lines
160 B
Makefile
COMPONENT_ADD_INCLUDEDIRS:=.
|
|
|
|
# TODO: clean up codebase to be sign clean...
|
|
EXTRA_CFLAGS+=-Wno-error=pointer-sign
|
|
|
|
include $(IDF_PATH)/make/component_common.mk
|