aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/acpica_prep.sh
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2017-03-03 18:56:15 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2017-03-03 18:56:15 +0000
commit0d84335f991f528c6f038e79dd5cc0a7770532da (patch)
treeacf5dc9bd56950706012864af6ab1b3037c39251 /sys/contrib/dev/acpica/acpica_prep.sh
parent12edba1ef1364b08b24e9cdd7f66c89fa0743ffc (diff)
parent691d1929c1c1f25857086b168ef9973b2472de41 (diff)
downloadsrc-0d84335f991f528c6f038e79dd5cc0a7770532da.tar.gz
src-0d84335f991f528c6f038e79dd5cc0a7770532da.zip
Merge ACPICA 20170303.
Notes
Notes: svn path=/head/; revision=314611
Diffstat (limited to 'sys/contrib/dev/acpica/acpica_prep.sh')
-rwxr-xr-xsys/contrib/dev/acpica/acpica_prep.sh15
1 files changed, 8 insertions, 7 deletions
diff --git a/sys/contrib/dev/acpica/acpica_prep.sh b/sys/contrib/dev/acpica/acpica_prep.sh
index 00d57f243bab..e56a33a41c0e 100755
--- a/sys/contrib/dev/acpica/acpica_prep.sh
+++ b/sys/contrib/dev/acpica/acpica_prep.sh
@@ -27,13 +27,14 @@ stripfiles="Makefile README accygwin.h acdragonfly.h acdragonflyex.h \
# include files to canonify
src_headers="acapps.h acbuffer.h acclib.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 acuuid.h \
- amlcode.h amlresrc.h platform/acenv.h platform/acenvex.h \
- platform/acfreebsd.h platform/acgcc.h"
+ acconvert.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 acuuid.h amlcode.h amlresrc.h \
+ platform/acenv.h platform/acenvex.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"