diff options
author | jkim <jkim@FreeBSD.org> | 2013-05-20 23:52:49 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-05-20 23:52:49 +0000 |
commit | ca7944e4059769f0f5788417db3d8f3b2a8e7996 (patch) | |
tree | 3858a454e4df3ea62639923664ce32f0d9706e26 /usr.sbin/acpi/iasl/Makefile | |
parent | 4cdc15c1f748d4763888b9351c2316a878059a87 (diff) | |
parent | af69f95bba3597db53a980597cfd371c9f6ee7cf (diff) | |
download | FreeBSD-src-ca7944e4059769f0f5788417db3d8f3b2a8e7996.zip FreeBSD-src-ca7944e4059769f0f5788417db3d8f3b2a8e7996.tar.gz |
Merge ACPICA 20130517.
Diffstat (limited to 'usr.sbin/acpi/iasl/Makefile')
-rw-r--r-- | usr.sbin/acpi/iasl/Makefile | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/usr.sbin/acpi/iasl/Makefile b/usr.sbin/acpi/iasl/Makefile index fb144e3..161b2f4 100644 --- a/usr.sbin/acpi/iasl/Makefile +++ b/usr.sbin/acpi/iasl/Makefile @@ -14,16 +14,16 @@ SRCS+= aslanalyze.c aslbtypes.c aslcodegen.c aslcompile.c \ asllength.c asllisting.c asllistsup.c aslload.c \ asllookup.c aslmain.c aslmap.c aslmethod.c aslnamesp.c \ asloffset.c aslopcodes.c asloperands.c aslopt.c \ - aslpredef.c aslprepkg.c aslresource.c aslrestype1.c \ - aslrestype1i.c aslrestype2.c aslrestype2d.c \ - aslrestype2e.c aslrestype2q.c aslrestype2s.c \ - aslrestype2w.c aslstartup.c aslstubs.c asltransform.c \ - asltree.c aslutils.c asluuid.c aslwalks.c aslxref.c \ - dtcompile.c dtexpress.c dtfield.c dtio.c dtparser.y.h \ - dtparserlex.c dtparserparse.c dtsubtable.c dttable.c \ - dttemplate.c dtutils.c prexpress.c prmacros.c \ - prparser.y.h prparserlex.c prparserparse.c prscan.c \ - prutils.c + asloptions.c aslpredef.c aslprepkg.c aslresource.c \ + aslrestype1.c aslrestype1i.c aslrestype2.c \ + aslrestype2d.c aslrestype2e.c aslrestype2q.c \ + aslrestype2s.c aslrestype2w.c aslstartup.c aslstubs.c \ + asltransform.c asltree.c aslutils.c asluuid.c \ + aslwalks.c aslxref.c dtcompile.c dtexpress.c dtfield.c \ + dtio.c dtparser.y.h dtparserlex.c dtparserparse.c \ + dtsubtable.c dttable.c dttemplate.c dtutils.c \ + prexpress.c prmacros.c prparser.y.h prparserlex.c \ + prparserparse.c prscan.c prutils.c # components/debugger SRCS+= dbfileio.c @@ -52,14 +52,14 @@ SRCS+= nsaccess.c nsalloc.c nsdump.c nsnames.c nsobject.c \ nsparse.c nssearch.c nsutils.c nswalk.c # components/tables -SRCS+= tbfadt.c tbinstal.c tbutils.c tbxface.c +SRCS+= tbfadt.c tbinstal.c tbprint.c tbutils.c tbxface.c # components/utilities -SRCS+= utaddress.c utalloc.c utcache.c utcopy.c utdebug.c \ - utdecode.c utdelete.c utexcep.c utglobal.c utinit.c \ - utlock.c utmath.c utmisc.c utmutex.c utobject.c \ - utownerid.c utpredef.c utresrc.c utstate.c utstring.c \ - utxface.c utxferror.c +SRCS+= utaddress.c utalloc.c utbuffer.c utcache.c utcopy.c \ + utdebug.c utdecode.c utdelete.c uterror.c utexcep.c \ + utglobal.c utinit.c utlock.c utmath.c utmisc.c \ + utmutex.c utobject.c utownerid.c utpredef.c utresrc.c \ + utstate.c utstring.c utxface.c utxferror.c # os_specific/service_layers SRCS+= osunixxf.c |