summaryrefslogtreecommitdiffhomepage
path: root/project/common.mk
blob: af8cf6b05389e2bf82b79a9488ca0a08dbdcd6e5 (plain)
1
2
3
4
5
6
7
8
9
10
API_SRCS = \
	src/u16_mbsinit.c \
	src/u16_mbrtowc.c \
	src/u16_mbstowcs.c \

INTERNAL_SRCS = \

APP_SRCS = \

COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS)