diff options
author | Lv Zheng <lv.zheng@intel.com> | 2013-10-31 09:31:06 +0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-10-31 14:37:35 +0100 |
commit | a4fb614ad01506aa45f894f0f1c912e99cc7fdf1 (patch) | |
tree | 046055736b63cf12e0f4752a0b89e838784e83af /include/acpi | |
parent | dba47d3af92bb2e443cdb689422bf30b498bd209 (diff) | |
download | talos-obmc-linux-a4fb614ad01506aa45f894f0f1c912e99cc7fdf1.tar.gz talos-obmc-linux-a4fb614ad01506aa45f894f0f1c912e99cc7fdf1.zip |
ACPICA: Update compilation environment settings.
This patch updates architecture specific environment settings to reduce
source differences between Linux and ACPICA upstream.
This patch does not affect the generation of the Linux kernel binary.
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/platform/acenv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/acpi/platform/acenv.h b/include/acpi/platform/acenv.h index ef04b36ca6ed..9b3966c35b33 100644 --- a/include/acpi/platform/acenv.h +++ b/include/acpi/platform/acenv.h @@ -147,6 +147,9 @@ #if defined(_LINUX) || defined(__linux__) #include <acpi/platform/aclinux.h> +#elif defined(_APPLE) || defined(__APPLE__) +#include "acmacosx.h" + #elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) #include "acfreebsd.h" |