svn commit: r230089 - in head/usr.sbin/acpi: acpidb iasl

Jung-uk Kim jkim at FreeBSD.org
Fri Jan 13 22:16:48 UTC 2012


Author: jkim
Date: Fri Jan 13 22:16:47 2012
New Revision: 230089
URL: http://svn.freebsd.org/changeset/base/230089

Log:
  Remove unused ACPICA sources from userland makefiles.

Modified:
  head/usr.sbin/acpi/acpidb/Makefile
  head/usr.sbin/acpi/iasl/Makefile

Modified: head/usr.sbin/acpi/acpidb/Makefile
==============================================================================
--- head/usr.sbin/acpi/acpidb/Makefile	Fri Jan 13 20:50:18 2012	(r230088)
+++ head/usr.sbin/acpi/acpidb/Makefile	Fri Jan 13 22:16:47 2012	(r230089)
@@ -15,7 +15,7 @@ SRCS+=	dmbuffer.c dmnames.c dmobject.c d
 # 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 rsdu
 	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	\

Modified: head/usr.sbin/acpi/iasl/Makefile
==============================================================================
--- head/usr.sbin/acpi/iasl/Makefile	Fri Jan 13 20:50:18 2012	(r230088)
+++ head/usr.sbin/acpi/iasl/Makefile	Fri Jan 13 22:16:47 2012	(r230089)
@@ -26,8 +26,8 @@ SRCS+=	aslanalyze.c aslbtypes.c aslcodeg
 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 ds
 # 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 pspa
 
 # 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 tbx
 # 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
 


More information about the svn-src-head mailing list