mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make acpica include path relative, not absolute.
Approved by: re
This commit is contained in:
parent
41621cb408
commit
81cd8a5bf0
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
.PATH: ${.CURDIR}/../../../dev/acpica
|
||||
|
||||
KMOD= acpi_video
|
||||
CFLAGS+= -I@/contrib/dev/acpica
|
||||
CFLAGS+= -I${.CURDIR}/../../../contrib/dev/acpica
|
||||
SRCS= acpi_video.c
|
||||
SRCS+= opt_acpi.h acpi_if.h bus_if.h device_if.h
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue