acpi/pstate: Fix the long standing P-State detection problem on Intel CPUs
[dragonfly.git] / sys / dev / acpica5 / acpi_hp / Makefile
1 KMOD=   acpi_hp
2 CFLAGS+=-I${.OBJDIR}/.. -I${.CURDIR}/..
3 SRCS=   acpi_hp.c opt_acpi.h acpi_if.h acpi_wmi_if.h device_if.h bus_if.h
4
5 .include <bsd.kmod.mk>