From 96e0afd30fbf29b6c317c430dafa5486920d1ece Mon Sep 17 00:00:00 2001 From: Wu Jian Gang Date: Mon, 26 Sep 2016 19:21:55 +0800 Subject: [PATCH] components/nghttp: rename Makefile to component.mk --- components/nghttp/Makefile.projbuild | 4 ++++ components/nghttp/component.mk | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 components/nghttp/Makefile.projbuild create mode 100644 components/nghttp/component.mk 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