mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
083f7d667b
Removes need for -DNDEBUG hack in component.mk (fixed upstream).
10 lines
156 B
Makefile
10 lines
156 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := port/include nghttp2/lib/includes
|
|
|
|
COMPONENT_SRCDIRS := nghttp2/lib
|
|
|
|
COMPONENT_SUBMODULES := nghttp2
|