mirror of
https://github.com/opnsense/src.git
synced 2026-03-25 20:23:11 -04:00
Use headers from the kernel source tree rather than installed headers.
Submitted by: ru
This commit is contained in:
parent
43fc676240
commit
242c1bb631
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ DEPENDFILE=
|
|||
MAKESRCPATH= ${.CURDIR}
|
||||
CLEANFILES= acpi_wakecode.h acpi_wakecode.bin acpi_wakecode.o
|
||||
.endif
|
||||
CFLAGS+= -I.
|
||||
CFLAGS+= -I. -I@
|
||||
|
||||
all: acpi_wakecode.h
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue