mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Fix a typo from the previous commit.
This commit is contained in:
parent
a1d893025b
commit
dc6acdcf72
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ DBSRC+= dmresrcs.c dmutils.c dmwalk.c
|
|||
CFLAGS+=-DKTR
|
||||
.endif
|
||||
.if ACPI_MAX_TASKS
|
||||
CFLAGS+=-DACPI_MAX_TASKS
|
||||
CFLAGS+=-DACPI_MAX_TASKS=${ACPI_MAX_TASKS}
|
||||
.endif
|
||||
.if ACPI_MAX_THREADS
|
||||
CFLAGS+=-DACPI_MAX_THREADS=${ACPI_MAX_THREADS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue