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

* Original commit: espressif/esp-idf@766aa57084
This commit is contained in:
Roland Dobai
2021-11-05 15:38:25 +01:00
committed by David Cermak
parent ffa13e4b90
commit 0ad6cad8b2
3 changed files with 0 additions and 15 deletions

View File

@ -1,8 +0,0 @@
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := slip_client
include $(IDF_PATH)/make/project.mk

View File

@ -1,3 +0,0 @@
COMPONENT_ADD_INCLUDEDIRS := include
COMPONENT_SRCDIRS := library

View File

@ -1,4 +0,0 @@
#
# "main" pseudo-component makefile.
#
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)