mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
5 lines
149 B
Makefile
5 lines
149 B
Makefile
COMPONENT_ADD_INCLUDEDIRS := include
|
|
COMPONENT_SRCDIRS := src
|
|
COMPONENT_PRIV_INCLUDEDIRS := include_core_dump
|
|
COMPONENT_ADD_LDFRAGMENTS += linker.lf
|