Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

1
2
3
4
5
6
7
8
9
# $FreeBSD$

.if ${MK_ICONV} == "yes"
LIBC_NONSHARED_SRCS+=	\
	__iconv.c __iconv_free_list.c __iconv_get_list.c \
	iconv.c iconv_canonicalize.c iconv_close.c \
	iconv_open.c iconv_open_into.c \
	iconv_set_relocation_prefix.c iconvctl.c iconvlist.c
.endif