diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2011-09-26 21:40:21 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2011-09-26 21:40:21 +0000 |
commit | 33c583d0c71a12a703f849679505114e27bba011 (patch) | |
tree | bda6aef6d9417d30e2c8a2a389d0d13586c507aa /include/platform/acenv.h | |
parent | f885636060ce6a22f621a4765c5ea055fbf0cea8 (diff) |
Notes
Diffstat (limited to 'include/platform/acenv.h')
-rw-r--r-- | include/platform/acenv.h | 3 |
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 |