Skip to content

Commit

Permalink
ACPICA: Update compilation environment settings.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lv Zheng authored and Rafael J. Wysocki committed Oct 31, 2013
1 parent dba47d3 commit a4fb614
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/acpi/platform/acenv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a4fb614

Please sign in to comment.