kernel: Add acpi_if.h to the ACPI module Makefiles.
[dragonfly.git] / sys / dev / acpica5 / acpi_toshiba / Makefile
1 # $FreeBSD: src/sys/modules/acpi/acpi_toshiba/Makefile,v 1.1 2004/01/11 19:18:38 njl Exp $
2
3 KMOD=           acpi_toshiba
4 CFLAGS+=        -I${.OBJDIR}/.. -I${.CURDIR}/..
5 SRCS=           acpi_toshiba.c opt_acpi.h acpi_if.h device_if.h bus_if.h
6
7 .include <bsd.kmod.mk>