components/nghttp: rename Makefile to component.mk

pull/37/head
Wu Jian Gang 2016-09-26 19:21:55 +08:00
rodzic 3c33350af9
commit 96e0afd30f
2 zmienionych plików z 13 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,4 @@
# Anyone compiling mbedTLS code needs the name of the
# alternative config file
CFLAGS += -DHAVE_CONFIG_H

Wyświetl plik

@ -0,0 +1,9 @@
#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS := port/include include
COMPONENT_SRCDIRS := library port
include $(IDF_PATH)/make/component_common.mk