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

# $FreeBSD$

KYUA_LIB=	engine
LIBADD=		lutok kyua_utils
CFLAGS=		-DKYUA_ARCHITECTURE=\"${MACHINE_ARCH}\"	\
		-DKYUA_PLATFORM=\"${MACHINE}\"

SRCS=	atf.cpp			\
	atf_list.cpp		\
	atf_result.cpp		\
	config.cpp		\
	exceptions.cpp		\
	filters.cpp		\
	kyuafile.cpp		\
	plain.cpp		\
	requirements.cpp	\
	scanner.cpp		\
	tap.cpp			\
	tap_parser.cpp		\
	scheduler.cpp

.include <bsd.lib.mk>