mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-16 12:02:11 +02:00
Build & config: Remove leftover files from the unsupported "make" build system
This commit is contained in:
committed by
Euripedes Rocha
parent
231392d0c6
commit
4f013e3522
@ -1,5 +0,0 @@
|
||||
COMPONENT_ADD_INCLUDEDIRS := include
|
||||
|
||||
COMPONENT_SRCDIRS := ./
|
||||
|
||||
CXXFLAGS += -std=gnu++17
|
@ -1,12 +0,0 @@
|
||||
#
|
||||
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
||||
# project subdirectory.
|
||||
#
|
||||
PROJECT_NAME := mqtt_tcp_cxx
|
||||
|
||||
EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/common_components/protocol_examples_common
|
||||
EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/cxx/experimental/esp_mqtt_cxx/components
|
||||
EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/cxx/experimental/experimental_cpp_component
|
||||
|
||||
CXXFLAGS += -std=gnu++17
|
||||
include $(IDF_PATH)/make/project.mk
|
@ -1 +0,0 @@
|
||||
COMPONENT_EMBED_TXTFILES := mqtt_eclipseprojects_io.pem
|
@ -1,12 +0,0 @@
|
||||
#
|
||||
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
||||
# project subdirectory.
|
||||
#
|
||||
PROJECT_NAME := mqtt_tcp_cxx
|
||||
|
||||
EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/common_components/protocol_examples_common
|
||||
EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/cxx/experimental/esp_mqtt_cxx/components
|
||||
EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/cxx/experimental/experimental_cpp_component
|
||||
|
||||
CXXFLAGS += -std=gnu++17
|
||||
include $(IDF_PATH)/make/project.mk
|
Reference in New Issue
Block a user