bl_iot_sdk/components/network/dns_server/bouffalo.mk

18 lines
353 B
Makefile
Raw Normal View History

2020-10-26 12:35:25 +00:00
# Component Makefile
#
## These include paths would be exported to project level
COMPONENT_ADD_INCLUDEDIRS += include
2020-10-26 12:35:25 +00:00
## not be exported to project level
## This component's src
2020-10-26 12:35:25 +00:00
COMPONENT_SRCS := src/dns_server.c \
src/web_server.c
2020-10-26 12:35:25 +00:00
COMPONENT_OBJS := $(patsubst %.c,%.o, $(COMPONENT_SRCS))
COMPONENT_SRCDIRS := src
##
#CPPFLAGS +=