]> git.baikalelectronics.ru Git - kernel.git/commit
ACPICA: Add non-linux host build support
authorLv Zheng <lv.zheng@intel.com>
Tue, 11 Apr 2017 07:48:05 +0000 (15:48 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 11 Apr 2017 20:11:09 +0000 (22:11 +0200)
commit418e9396bcd8053db32e1ea97e10c4156871e981
treec1ae8fde2408cf0e003c21c0e04ffff115dbf2c3
parente4e5c23b91e2fcdff38913c9c3a9d8756b3a0bba
ACPICA: Add non-linux host build support

_LINUX: used to detect a target build is a linux kernel/application.
__linux__: used to detect a build is on a linux hosts.

Thus we can see: if a linux kernel build is performed on environments other
than linux hosts, __linux__ may not be defined by the compiler and _LINUX
cannot cover linux kernel resident ACPICA files, as it's only defined in
<linux/acpi.h> and hence only allows non ACPICA kernel files to correctly
include aclinux.h.
As a conclusion, we don't actually support such build.

This patch adds -D_LINUX for ACPICA files so that kernel builds on any
hosts can use unified _LINUX as a linux kernel target indication to
correctly include aclinux.h.

Tested-by: Al Stone <ahs3@redhat.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/Makefile