summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/acpica_prep.sh
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2010-10-13 21:37:02 +0000
committerjkim <jkim@FreeBSD.org>2010-10-13 21:37:02 +0000
commit03fb652c81c7b84fa7511e839900c535356cd01e (patch)
treecfd4d1b6b3782d1d561f3a19a65d5a930c916412 /sys/contrib/dev/acpica/acpica_prep.sh
parent1573f9205ec4b8fd0f59078a7b5b9a2f60708c4b (diff)
parent7af726f5cc604d3fcd32200efde74ce8464d8dbe (diff)
downloadFreeBSD-src-03fb652c81c7b84fa7511e839900c535356cd01e.zip
FreeBSD-src-03fb652c81c7b84fa7511e839900c535356cd01e.tar.gz
Merge ACPICA 20101013.
Diffstat (limited to 'sys/contrib/dev/acpica/acpica_prep.sh')
-rwxr-xr-xsys/contrib/dev/acpica/acpica_prep.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/contrib/dev/acpica/acpica_prep.sh b/sys/contrib/dev/acpica/acpica_prep.sh
index 8109381..a88d281 100755
--- a/sys/contrib/dev/acpica/acpica_prep.sh
+++ b/sys/contrib/dev/acpica/acpica_prep.sh
@@ -22,8 +22,8 @@ fulldirs="common compiler debugger disassembler dispatcher events \
stripdirs="acpisrc acpixtract examples generate os_specific tests"
stripfiles="Makefile README acintel.h aclinux.h acmsvc.h acnetbsd.h \
acos2.h accygwin.h acefi.h acwin.h acwin64.h aeexec.c \
- aehandlers.c aemain.c aetables.c osunixdir.c readme.txt \
- utclib.c"
+ aehandlers.c aemain.c aetables.c aetables.h osunixdir.c \
+ readme.txt utclib.c"
# include files to canonify
src_headers="acapps.h accommon.h acconfig.h acdebug.h acdisasm.h \
@@ -33,8 +33,8 @@ src_headers="acapps.h accommon.h acconfig.h acdebug.h acdisasm.h \
acresrc.h acrestyp.h acstruct.h actables.h actbl.h actbl1.h \
actbl2.h actypes.h acutils.h amlcode.h amlresrc.h \
platform/acenv.h platform/acfreebsd.h platform/acgcc.h"
-comp_headers="aslcompiler.h asldefine.h aslglobal.h asltypes.h \
- dtcompiler.h dttemplate.h"
+comp_headers="aslcompiler.h asldefine.h aslglobal.h aslmessages.h \
+ asltypes.h dtcompiler.h dttemplate.h"
platform_headers="acfreebsd.h acgcc.h"
# pre-clean
OpenPOWER on IntegriCloud