diff options
| author | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2001-12-22 16:05:41 +0000 |
|---|---|---|
| committer | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2001-12-22 16:05:41 +0000 |
| commit | c573e654b7769ae90a8ae4a34eed0b3a36f439c3 (patch) | |
| tree | 7c96c678372cc5f9e23154023196e80b72311f86 /sys/modules | |
| parent | 1b3d626a13412d3e64c7431651b8d4bfb08d0296 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/acpi/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/modules/acpi/Makefile b/sys/modules/acpi/Makefile index 4b33d7d6ac7f..42a39df47b77 100644 --- a/sys/modules/acpi/Makefile +++ b/sys/modules/acpi/Makefile @@ -36,6 +36,12 @@ SRCS+= OsdHardware.c OsdInterrupt.c OsdMemory.c OsdSchedule.c SRCS+= OsdStream.c OsdSynch.c OsdEnvironment.c SRCS+= opt_acpi.h opt_ddb.h SRCS+= device_if.h bus_if.h pci_if.h pcib_if.h isa_if.h +.if ACPI_NO_SEMAPHORES +CFLAGS+=-DACPI_NO_SEMAPHORES +.endif +.if ACPI_MAX_THREADS +CFLAGS+=-DACPI_MAX_THREADS=${ACPI_MAX_THREADS} +.endif # Debugging support .if ACPI_DEBUG |
