1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-17 21:19:08 -04:00
Konstantin Kondrashov 693a5c209b efuse: Add API efuse
Added support 3/4 coding scheme
2019-02-28 07:31:29 +00:00

7 lines
149 B
Makefile

#
#Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS := include
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive