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

#	$NetBSD: Makefile,v 1.3 2018/05/01 19:59:43 christos Exp $

#
# this is really part of ccom, but HOSTPROG and PROG don't mix
#

.include <bsd.hostinit.mk>

.PATH:	${PCC_DIST}/mip \
	${PCC_DIST}/arch/${TARGMACH}

HOSTPROG=	mkext
SRCS=		mkext.c table.c common.c

HOST_CPPFLAGS+=	-DMKEXT
HOST_CPPFLAGS+=	-DGCC_COMPAT
HOST_CPPFLAGS+=	-Dos_${TARGOS}
HOST_CPPFLAGS+=	-Dmach_${TARGMACH}
HOST_CPPFLAGS+=	-I${PCC_DIST}/mip
HOST_CPPFLAGS+=	-I${PCC_DIST}/arch/${TARGMACH}
HOST_CPPFLAGS+=	-I${PCC_DIR}/include

.include <bsd.hostprog.mk>