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

INTERNAL_SRCS = \

APP_SRCS = \

COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS)