Define ioconf to create locators.h, which is now required by acpiverbose.

This commit is contained in:
pooka 2010-08-11 14:50:38 +00:00
parent 4973fb4e5e
commit 49f08a7073
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,7 @@
# $NetBSD: ACPIVERBOSE.ioconf,v 1.1 2010/08/11 14:50:38 pooka Exp $
#
ioconf acpiverbose
include "conf/files"
include "dev/pci/files.pci"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2010/08/06 22:45:00 jruoho Exp $
# $NetBSD: Makefile,v 1.3 2010/08/11 14:50:38 pooka Exp $
.include "../Makefile.inc"
@ -7,4 +7,6 @@ KMOD= acpiverbose
.PATH: ${S}/dev/acpi
SRCS= acpi_verbose.c
IOCONF= ACPIVERBOSE.ioconf
.include <bsd.kmodule.mk>