]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/sys/modules/acpi/acpi_sony/Makefile
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / sys / modules / acpi / acpi_sony / Makefile
1 # $FreeBSD$
2
3 .PATH:          ${.CURDIR}/../../../dev/acpi_support
4
5 KMOD=           acpi_sony
6 CFLAGS+=        -I${.CURDIR}/../../../contrib/dev/acpica
7 SRCS=           acpi_sony.c opt_acpi.h device_if.h bus_if.h acpi_if.h
8
9 .include <bsd.kmod.mk>