diff --git a/components/nghttp/Makefile.projbuild b/components/nghttp/Makefile.projbuild new file mode 100644 index 0000000000..a93010ade9 --- /dev/null +++ b/components/nghttp/Makefile.projbuild @@ -0,0 +1,4 @@ +# Anyone compiling mbedTLS code needs the name of the +# alternative config file + +CFLAGS += -DHAVE_CONFIG_H diff --git a/components/nghttp/component.mk b/components/nghttp/component.mk new file mode 100644 index 0000000000..a4dca5cf70 --- /dev/null +++ b/components/nghttp/component.mk @@ -0,0 +1,9 @@ +# +# Component Makefile +# + +COMPONENT_ADD_INCLUDEDIRS := port/include include + +COMPONENT_SRCDIRS := library port + +include $(IDF_PATH)/make/component_common.mk \ No newline at end of file