Catch up with ACPICA 20090903.

This commit is contained in:
Jung-uk Kim 2009-09-11 22:50:15 +00:00
parent 92488a5703
commit bdc794c4f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=197106

View File

@ -38,8 +38,8 @@ SRCS+= psargs.c psloop.c psopcode.c psparse.c psscope.c \
# namespace
SRCS+= nsaccess.c nsalloc.c nsdump.c nseval.c nsinit.c \
nsload.c nsnames.c nsobject.c nsparse.c nspredef.c \
nssearch.c nsutils.c nswalk.c nsxfeval.c nsxfname.c \
nsxfobj.c
nsrepair.c nssearch.c nsutils.c nswalk.c nsxfeval.c \
nsxfname.c nsxfobj.c
# resources
SRCS+= rsaddr.c rscalc.c rscreate.c rsdump.c rsinfo.c \
@ -52,9 +52,9 @@ SRCS+= tbfadt.c tbfind.c tbinstal.c tbutils.c tbxface.c \
# utilities
SRCS+= utalloc.c utcache.c utcopy.c utdebug.c utdelete.c \
uteval.c utglobal.c utinit.c utlock.c utmath.c utmisc.c \
utmutex.c utobject.c utresrc.c utstate.c uttrack.c \
utxface.c
uteval.c utglobal.c utids.c utinit.c utlock.c utmath.c \
utmisc.c utmutex.c utobject.c utresrc.c utstate.c \
uttrack.c utxface.c
MAN= acpidb.8
WARNS?= 2