kopia lustrzana https://github.com/espressif/esp-idf
components/nghttp: rename Makefile to component.mk
rodzic
3c33350af9
commit
96e0afd30f
|
@ -0,0 +1,4 @@
|
|||
# Anyone compiling mbedTLS code needs the name of the
|
||||
# alternative config file
|
||||
|
||||
CFLAGS += -DHAVE_CONFIG_H
|
|
@ -0,0 +1,9 @@
|
|||
#
|
||||
# Component Makefile
|
||||
#
|
||||
|
||||
COMPONENT_ADD_INCLUDEDIRS := port/include include
|
||||
|
||||
COMPONENT_SRCDIRS := library port
|
||||
|
||||
include $(IDF_PATH)/make/component_common.mk
|
Ładowanie…
Reference in New Issue