diff options
author | Lv Zheng <lv.zheng@intel.com> | 2015-06-18 15:30:40 +0800 |
---|---|---|
committer | Lv Zheng <lv.zheng@intel.com> | 2015-06-18 15:30:40 +0800 |
commit | 043144b445fc1e90d78cd46da5944e15a93efff2 (patch) | |
tree | bada7884604e4c414a8ac8d80aa1f7981fda1f03 /generate/linux | |
parent | d480da841193ef37fb3aaaa6df93329ff0a99fe7 (diff) | |
download | acpica-043144b445fc1e90d78cd46da5944e15a93efff2.tar.gz |
Linuxize: Remove unwanted portable headers.
This patch removes portable headers that do not suitable for Linux. Lv Zheng.
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Diffstat (limited to 'generate/linux')
-rwxr-xr-x | generate/linux/libacpica.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generate/linux/libacpica.sh b/generate/linux/libacpica.sh index 363237b61..dd7df8b04 100755 --- a/generate/linux/libacpica.sh +++ b/generate/linux/libacpica.sh @@ -99,9 +99,11 @@ acpica_exclude_paths() local paths paths="\ + include/acpi/acclib.h \ include/acpi/acdisasm.h \ include/acpi/platform/accygwin.h \ include/acpi/platform/acefi.h \ + include/acpi/platform/acefiex.h \ include/acpi/platform/acfreebsd.h \ include/acpi/platform/achaiku.h \ include/acpi/platform/acintel.h \ |