mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
components/nghttp: rename Makefile to component.mk
This commit is contained in:
parent
3c33350af9
commit
96e0afd30f
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
|
Loading…
x
Reference in New Issue
Block a user