7 lines
96 B
Makefile
Executable file
7 lines
96 B
Makefile
Executable file
#
|
|
# Component Makefile
|
|
#
|
|
|
|
EXTRA_CFLAGS := -DLWIP_ESP8266
|
|
|
|
include $(SDK_PATH)/make/component.mk
|