From b093ab80c08b5f5da106d22806893d76bd820b7f Mon Sep 17 00:00:00 2001 From: jkim Date: Fri, 13 Jan 2012 22:16:47 +0000 Subject: Remove unused ACPICA sources from userland makefiles. --- usr.sbin/acpi/acpidb/Makefile | 5 ++--- usr.sbin/acpi/iasl/Makefile | 14 +++++++------- 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/acpi/acpidb/Makefile b/usr.sbin/acpi/acpidb/Makefile index 0557802..5c48dc6 100644 --- a/usr.sbin/acpi/acpidb/Makefile +++ b/usr.sbin/acpi/acpidb/Makefile @@ -15,7 +15,7 @@ SRCS+= dmbuffer.c dmnames.c dmobject.c dmopcode.c dmresrc.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 evxfgpe.c evxfregn.c + evxface.c evxfevnt.c evxfregn.c # hardware SRCS+= hwacpi.c hwgpe.c hwpci.c hwregs.c hwsleep.c hwvalid.c \ @@ -52,8 +52,7 @@ SRCS+= rsaddr.c rscalc.c rscreate.c rsdump.c rsinfo.c \ rsserial.c rsutils.c rsxface.c # tables -SRCS+= tbfadt.c tbfind.c tbinstal.c tbutils.c tbxface.c \ - tbxfroot.c +SRCS+= tbfadt.c tbfind.c tbinstal.c tbutils.c tbxface.c # utilities SRCS+= utaddress.c utalloc.c utcache.c utcopy.c utdebug.c \ diff --git a/usr.sbin/acpi/iasl/Makefile b/usr.sbin/acpi/iasl/Makefile index fd83958..32942a1 100644 --- a/usr.sbin/acpi/iasl/Makefile +++ b/usr.sbin/acpi/iasl/Makefile @@ -26,8 +26,8 @@ SRCS+= aslanalyze.c aslbtypes.c aslcodegen.c aslcompile.c \ SRCS+= dbfileio.c # disassembler -SRCS+= dmbuffer.c dmnames.c dmobject.c dmopcode.c dmresrc.c \ - dmresrcl.c dmresrcl2.c dmresrcs.c dmutils.c dmwalk.c +SRCS+= dmbuffer.c dmnames.c dmopcode.c dmresrc.c dmresrcl.c \ + dmresrcl2.c dmresrcs.c dmutils.c dmwalk.c # interpreter/dispatcher SRCS+= dsargs.c dscontrol.c dsfield.c dsobject.c dsopcode.c \ @@ -37,8 +37,8 @@ SRCS+= dsargs.c dscontrol.c dsfield.c dsobject.c dsopcode.c \ # interpreter/executer SRCS+= exconvrt.c excreate.c exdump.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 + exprep.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 \ @@ -46,7 +46,7 @@ SRCS+= psargs.c psloop.c psopcode.c psparse.c psscope.c \ # namespace SRCS+= nsaccess.c nsalloc.c nsdump.c nsnames.c nsobject.c \ - nsparse.c nssearch.c nsutils.c nswalk.c nsxfobj.c + nsparse.c nssearch.c nsutils.c nswalk.c # os_specific/service_layers SRCS+= osunixxf.c @@ -57,8 +57,8 @@ SRCS+= tbfadt.c tbinstal.c tbutils.c tbxface.c # utilities SRCS+= utaddress.c utalloc.c utcache.c utcopy.c utdebug.c \ utdecode.c utdelete.c utglobal.c utinit.c utlock.c \ - utmath.c utmisc.c utmutex.c utobject.c utosi.c \ - utresrc.c utstate.c utxface.c utxferror.c + utmath.c utmisc.c utmutex.c utobject.c utresrc.c \ + utstate.c utxface.c utxferror.c WARNS?= 2 -- cgit v1.1