diff options
author | jkim <jkim@FreeBSD.org> | 2012-02-16 22:59:29 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2012-02-16 22:59:29 +0000 |
commit | a561c762bacb78b14d2bf5fb20afc1566203f990 (patch) | |
tree | d4ae2db1980d2ec7b164b1a5658fd2ae62569456 /usr.sbin/acpi/acpidb | |
parent | 2b86faa18cb89921d202e133fa6a1c39b63cfe16 (diff) | |
parent | a6dfe3119152f97e640cc135d963b9f7c95c84ef (diff) | |
download | FreeBSD-src-a561c762bacb78b14d2bf5fb20afc1566203f990.zip FreeBSD-src-a561c762bacb78b14d2bf5fb20afc1566203f990.tar.gz |
Merge ACPICA 20120215.
Diffstat (limited to 'usr.sbin/acpi/acpidb')
-rw-r--r-- | usr.sbin/acpi/acpidb/Makefile | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/usr.sbin/acpi/acpidb/Makefile b/usr.sbin/acpi/acpidb/Makefile index 5c48dc6..9d2d7ec 100644 --- a/usr.sbin/acpi/acpidb/Makefile +++ b/usr.sbin/acpi/acpidb/Makefile @@ -3,58 +3,58 @@ PROG= acpidb SRCS= acpidb.c -# debugger +# components/debugger SRCS+= dbcmds.c dbdisply.c dbexec.c dbfileio.c dbhistry.c \ dbinput.c dbmethod.c dbnames.c dbstats.c dbutils.c \ dbxface.c -# disassembler +# components/disassembler SRCS+= dmbuffer.c dmnames.c dmobject.c dmopcode.c dmresrc.c \ dmresrcl.c dmresrcl2.c dmresrcs.c dmutils.c dmwalk.c -# events -SRCS+= evevent.c evglock.c evgpe.c evgpeblk.c evgpeinit.c \ - evgpeutil.c evmisc.c evregion.c evrgnini.c evsci.c \ - evxface.c evxfevnt.c evxfregn.c - -# hardware -SRCS+= hwacpi.c hwgpe.c hwpci.c hwregs.c hwsleep.c hwvalid.c \ - hwxface.c - -# interpreter/dispatcher +# components/dispatcher SRCS+= dsargs.c dscontrol.c dsfield.c dsinit.c dsmethod.c \ dsmthdat.c dsobject.c dsopcode.c dsutils.c dswexec.c \ dswload.c dswload2.c dswscope.c dswstate.c -# interpreter/executer +# components/events +SRCS+= evevent.c evglock.c evgpe.c evgpeblk.c evgpeinit.c \ + evgpeutil.c evmisc.c evregion.c evrgnini.c evsci.c \ + evxface.c evxfevnt.c evxfregn.c + +# components/executer SRCS+= exconfig.c exconvrt.c excreate.c exdebug.c exdump.c \ exfield.c exfldio.c exmisc.c exmutex.c exnames.c \ exoparg1.c exoparg2.c exoparg3.c exoparg6.c exprep.c \ exregion.c exresnte.c exresolv.c exresop.c exstore.c \ exstoren.c exstorob.c exsystem.c exutils.c -# interpreter/parser -SRCS+= psargs.c psloop.c psopcode.c psparse.c psscope.c \ - pstree.c psutils.c pswalk.c psxface.c +# components/hardware +SRCS+= hwacpi.c hwesleep.c hwgpe.c hwpci.c hwregs.c hwsleep.c \ + hwvalid.c hwxface.c hwxfsleep.c -# namespace +# components/namespace SRCS+= nsaccess.c nsalloc.c nsdump.c nseval.c nsinit.c \ nsload.c nsnames.c nsobject.c nsparse.c nspredef.c \ nsrepair.c nsrepair2.c nssearch.c nsutils.c nswalk.c \ nsxfeval.c nsxfname.c nsxfobj.c -# os_specific/service_layers +# components/parser +SRCS+= psargs.c psloop.c psopcode.c psparse.c psscope.c \ + pstree.c psutils.c pswalk.c psxface.c + +# components/os_specific/service_layers SRCS+= osunixxf.c -# resources +# components/resources SRCS+= rsaddr.c rscalc.c rscreate.c rsdump.c rsinfo.c \ rsio.c rsirq.c rslist.c rsmemory.c rsmisc.c \ rsserial.c rsutils.c rsxface.c -# tables +# components/tables SRCS+= tbfadt.c tbfind.c tbinstal.c tbutils.c tbxface.c -# utilities +# components/utilities SRCS+= utaddress.c utalloc.c utcache.c utcopy.c utdebug.c \ utdecode.c utdelete.c uteval.c utglobal.c utids.c \ utinit.c utlock.c utmath.c utmisc.c utmutex.c \ |