components/nghttp: rename Makefile to component.mk

This commit is contained in:
Wu Jian Gang 2016-09-26 19:21:55 +08:00
parent 3c33350af9
commit 96e0afd30f
2 changed files with 13 additions and 0 deletions

View file

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

View file

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