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.9 2023/06/03 09:09:20 lukem Exp $
# Id: Makefile,v 1.5 2000/07/14 18:16:30 iwasaki Exp 
# $FreeBSD: src/usr.sbin/acpi/amldb/Makefile,v 1.7 2001/10/22 17:25:32 iwasaki Exp $

.include <bsd.init.mk>

.if ${HAVE_ACPI:Uno} == "yes"
PROG=	amldb
SRCS=	amldb.c debug.c region.c
SRCS+=	aml_parse.c aml_name.c aml_amlmem.c aml_memman.c aml_store.c \
	aml_obj.c aml_evalobj.c aml_common.c

CPPFLAGS+= -I${.CURDIR} -D_KERNTYPES
.endif

MAN=	amldb.8

COPTS.aml_name.c+=	${CC_WNO_STRINGOP_TRUNCATION}

.include <bsd.prog.mk>
.PATH: ${.CURDIR}/../aml