forked from espressif/esp-idf
components/nghttp: rename Makefile to component.mk
This commit is contained in:
4
components/nghttp/Makefile.projbuild
Normal file
4
components/nghttp/Makefile.projbuild
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Anyone compiling mbedTLS code needs the name of the
|
||||||
|
# alternative config file
|
||||||
|
|
||||||
|
CFLAGS += -DHAVE_CONFIG_H
|
9
components/nghttp/component.mk
Normal file
9
components/nghttp/component.mk
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#
|
||||||
|
# Component Makefile
|
||||||
|
#
|
||||||
|
|
||||||
|
COMPONENT_ADD_INCLUDEDIRS := port/include include
|
||||||
|
|
||||||
|
COMPONENT_SRCDIRS := library port
|
||||||
|
|
||||||
|
include $(IDF_PATH)/make/component_common.mk
|
Reference in New Issue
Block a user