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

#

CFLAGS+=	 -I${.CURDIR}/../../include
CFLAGS+=	-I${.CURDIR}/../../kernel/mysys
CFLAGS+= 	-Wall ${BPCFLAGS}

.if !exists(${SYSDIR}/netsmb/smb.h)
CFLAGS+=	-I${.CURDIR}/../../kernel
.else
CFLAGS+=	-I${SYSDIR}
.endif

.if defined(SMBGDB)
CFLAGS+=	-ggdb
.endif

CLEANFILES+=.depend

deinstall: deinstall-lib deinstall-src