mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
5 lines
246 B
Makefile
5 lines
246 B
Makefile
COMPONENT_ADD_INCLUDEDIRS:=include
|
|
# Note: It appears this component must come lexicographically before esp32
|
|
# in order to get the -T arguments in the right order.
|
|
COMPONENT_ADD_LDFLAGS:=-L $(COMPONENT_PATH)/ld -T nodemcu_core.ld -lbase_nodemcu
|