mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Sync acpi(4) kld module Makefile with conf/options.
This commit is contained in:
parent
97cd33e9a2
commit
a1d893025b
1 changed files with 3 additions and 3 deletions
|
|
@ -79,12 +79,12 @@ DBSRC+= dmresrcs.c dmutils.c dmwalk.c
|
|||
.if KTR
|
||||
CFLAGS+=-DKTR
|
||||
.endif
|
||||
.if ACPI_MAX_TASKS
|
||||
CFLAGS+=-DACPI_MAX_TASKS
|
||||
.endif
|
||||
.if ACPI_MAX_THREADS
|
||||
CFLAGS+=-DACPI_MAX_THREADS=${ACPI_MAX_THREADS}
|
||||
.endif
|
||||
.if ACPI_NO_SEMAPHORES
|
||||
CFLAGS+=-DACPI_NO_SEMAPHORES
|
||||
.endif
|
||||
.if ACPI_DEBUG
|
||||
CFLAGS+=-DACPI_DEBUG
|
||||
SRCS+= ${DBSRC}
|
||||
|
|
|
|||
Loading…
Reference in a new issue