summaryrefslogtreecommitdiff
path: root/include/platform/acenv.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2011-09-26 21:40:21 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2011-09-26 21:40:21 +0000
commit33c583d0c71a12a703f849679505114e27bba011 (patch)
treebda6aef6d9417d30e2c8a2a389d0d13586c507aa /include/platform/acenv.h
parentf885636060ce6a22f621a4765c5ea055fbf0cea8 (diff)
Notes
Diffstat (limited to 'include/platform/acenv.h')
-rw-r--r--include/platform/acenv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/platform/acenv.h b/include/platform/acenv.h
index e59d5846195b..6efe5a051edc 100644
--- a/include/platform/acenv.h
+++ b/include/platform/acenv.h
@@ -101,7 +101,8 @@
* no debug output.
*/
#if (defined ACPI_BIN_APP) || \
- (defined ACPI_SRC_APP)
+ (defined ACPI_SRC_APP) || \
+ (defined ACPI_XTRACT_APP)
#define ACPI_APPLICATION
#define ACPI_SINGLE_THREADED
#endif