]> granicus.if.org Git - esp-idf/blob - components/newlib/Makefile
Initial public version
[esp-idf] / components / newlib / Makefile
1 COMPONENT_ADD_LDFLAGS := $(abspath lib/libc.a) $(abspath lib/libm.a)
2
3
4 define COMPONENT_BUILDRECIPE
5         #Nothing to do; this does not generate a library.
6 endef
7
8 include $(SDK_PATH)/make/component.mk