summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/acpica_prep.sh
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2012-08-16 20:54:52 +0000
committerjkim <jkim@FreeBSD.org>2012-08-16 20:54:52 +0000
commit7d706dc46f20aa3d7d386cd3f3df8e786e35e3cf (patch)
treea652303191b07ca59b5281e3606555d7db951183 /sys/contrib/dev/acpica/acpica_prep.sh
parentef6535e51ea1bac50944a3194c4e3ee845e9b696 (diff)
parent08e6f22ac3350a67c38e9b42b5dce2a7d5fa08b4 (diff)
downloadFreeBSD-src-7d706dc46f20aa3d7d386cd3f3df8e786e35e3cf.zip
FreeBSD-src-7d706dc46f20aa3d7d386cd3f3df8e786e35e3cf.tar.gz
Merge ACPICA 20120816.
Diffstat (limited to 'sys/contrib/dev/acpica/acpica_prep.sh')
-rwxr-xr-xsys/contrib/dev/acpica/acpica_prep.sh22
1 files changed, 12 insertions, 10 deletions
diff --git a/sys/contrib/dev/acpica/acpica_prep.sh b/sys/contrib/dev/acpica/acpica_prep.sh
index 3cbb12a..d429a65 100755
--- a/sys/contrib/dev/acpica/acpica_prep.sh
+++ b/sys/contrib/dev/acpica/acpica_prep.sh
@@ -18,18 +18,20 @@ fulldirs="common compiler components include os_specific"
# files to remove
stripdirs="generate libraries tests tools"
-stripfiles="Makefile README acintel.h aclinux.h acmsvc.h acnetbsd.h \
- acos2.h accygwin.h acefi.h acwin.h acwin64.h osunixdir.c \
- oswindir.c oswintbl.c oswinxf.c readme.txt utclib.c"
+stripfiles="Makefile README accygwin.h acefi.h achaiku.h acintel.h \
+ aclinux.h acmsvc.h acnetbsd.h acos2.h acwin.h acwin64.h \
+ new_table.txt osunixdir.c oswindir.c oswintbl.c oswinxf.c \
+ readme.txt utclib.c"
# include files to canonify
-src_headers="acapps.h accommon.h acconfig.h acdebug.h acdisasm.h \
- acdispat.h acevents.h acexcep.h acglobal.h achware.h acinterp.h \
- aclocal.h acmacros.h acnames.h acnamesp.h acobject.h acopcode.h \
- acoutput.h acparser.h acpi.h acpiosxf.h acpixf.h acpredef.h \
- acresrc.h acrestyp.h acstruct.h actables.h actbl.h actbl1.h \
- actbl2.h actbl3.h actypes.h acutils.h amlcode.h amlresrc.h \
- platform/acenv.h platform/acfreebsd.h platform/acgcc.h"
+src_headers="acapps.h acbuffer.h accommon.h acconfig.h acdebug.h \
+ acdisasm.h acdispat.h acevents.h acexcep.h acglobal.h achware.h \
+ acinterp.h aclocal.h acmacros.h acnames.h acnamesp.h acobject.h \
+ acopcode.h acoutput.h acparser.h acpi.h acpiosxf.h acpixf.h \
+ acpredef.h acresrc.h acrestyp.h acstruct.h actables.h actbl.h \
+ actbl1.h actbl2.h actbl3.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 aslmessages.h \
aslsupport.l asltypes.h dtcompiler.h dttemplate.h preprocess.h"
platform_headers="acfreebsd.h acgcc.h"
OpenPOWER on IntegriCloud