aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/acpi/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-12-05 15:49:01 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-12-05 15:49:01 +0000
commitb75d244710ac3acdc0d91b7d7d3ceee2c5fa2a5f (patch)
tree050537b0e8d83700c1bae4dd629fa66aac2ae040 /sys/modules/acpi/Makefile
parent05779418cd12f1edec6fd65c49cd1ef94592e679 (diff)
downloadsrc-b75d244710ac3acdc0d91b7d7d3ceee2c5fa2a5f.tar.gz
src-b75d244710ac3acdc0d91b7d7d3ceee2c5fa2a5f.zip
Remove SMP option support from building the ACPI module as it is no longer
needed. Approved by: re (murray) Requested by: njl
Notes
Notes: svn path=/head/; revision=123163
Diffstat (limited to 'sys/modules/acpi/Makefile')
-rw-r--r--sys/modules/acpi/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/modules/acpi/Makefile b/sys/modules/acpi/Makefile
index ce331e091533..4765a80125b5 100644
--- a/sys/modules/acpi/Makefile
+++ b/sys/modules/acpi/Makefile
@@ -50,9 +50,6 @@ CFLAGS+=-DACPI_MAX_THREADS=${ACPI_MAX_THREADS}
.if ACPI_NO_SEMAPHORES
CFLAGS+=-DACPI_NO_SEMAPHORES
.endif
-.if SMP
-CFLAGS+=-DSMP
-.endif
# Debugging support
.if ACPI_DEBUG