Newer
Older
rtlibc / rtlibc.mk
@Razvan Turiac Razvan Turiac on 23 Nov 2019 497 bytes Initial import.
CSRCS += \
$(TWAVE_BASE_PATH)/components/software/rtlibc/src/iprintf.c \
$(TWAVE_BASE_PATH)/components/software/rtlibc/src/printf.c \
$(TWAVE_BASE_PATH)/components/software/rtlibc/src/malloc.c \
$(TWAVE_BASE_PATH)/components/software/rtlibc/src/stdio.c \
$(TWAVE_BASE_PATH)/components/software/rtlibc/src/stdlib.c \
$(TWAVE_BASE_PATH)/components/software/rtlibc/src/string.c \
$(TWAVE_BASE_PATH)/components/software/rtlibc/src/math.c

INCDIRS += $(TWAVE_BASE_PATH)/components/software/rtlibc/inc