]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/acpi/acpi_asus/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / sys / modules / acpi / acpi_asus / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../dev/acpi_support
4
5 KMOD=   acpi_asus
6 CFLAGS+= -I${.CURDIR}/../../../contrib/dev/acpica
7 SRCS=   acpi_asus.c opt_acpi.h acpi_if.h bus_if.h device_if.h
8 SRCS+= opt_ddb.h
9
10 .include <bsd.kmod.mk>