Build & config: Remove leftover files from the unsupported "make" build system

This commit is contained in:
Roland Dobai
2021-11-05 15:38:25 +01:00
committed by Euripedes Rocha
parent 3c764f0fc1
commit b4474ac16d
2 changed files with 0 additions and 8 deletions

View File

@ -1,4 +0,0 @@
COMPONENT_SUBMODULES += esp-mqtt
COMPONENT_ADD_INCLUDEDIRS := esp-mqtt/include
COMPONENT_SRCDIRS := esp-mqtt esp-mqtt/lib
COMPONENT_PRIV_INCLUDEDIRS := esp-mqtt/lib/include

View File

@ -1,4 +0,0 @@
#
#Component Makefile
#
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive