freebsd-nq/sys/modules/acpi/acpi_video/Makefile
Nate Lawson c58375c3a5 Add the ACPI standard video extensions driver. I've done some style cleanup
but a bit more reamins to be done.  For now, it is usable.

Submitted by:	Taku YAMAMOTO <taku@cent.saitama-u.ac.jp>
2004-03-01 08:12:56 +00:00

12 lines
242 B
Makefile

# $Id: Makefile,v 1.1 2002/12/27 20:34:35 taku Exp $
# $FreeBSD$
KMOD= acpi_video
SRCS= acpi_video.c
SRCS+= opt_acpi.h bus_if.h device_if.h
NOMAN=
.PATH: ${.CURDIR}/../../../dev/acpica
CFLAGS+= -I@/contrib/dev/acpica
.include <bsd.kmod.mk>