fix(esp_modem): remove unused GNU Make based buildsystem files

This commit is contained in:
Ivan Grokhotkov
2023-09-21 16:25:12 +02:00
committed by David Cermak
parent 09abb18be6
commit d6b6f634d7
3 changed files with 0 additions and 22 deletions

View File

@ -1,8 +0,0 @@
#
# Main component makefile.
#
# This Makefile can be left empty. By default, it will take the sources in the
# src/ directory, compile them and link them into lib(subdirectory_name).a
# in the build directory. This behaviour is entirely configurable,
# please read the ESP-IDF documents if you need to do this.
#