summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/acpidb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/acpi/acpidb/Makefile')
-rw-r--r--usr.sbin/acpi/acpidb/Makefile27
1 files changed, 14 insertions, 13 deletions
diff --git a/usr.sbin/acpi/acpidb/Makefile b/usr.sbin/acpi/acpidb/Makefile
index 5ee3d47..c08c70b 100644
--- a/usr.sbin/acpi/acpidb/Makefile
+++ b/usr.sbin/acpi/acpidb/Makefile
@@ -35,10 +35,11 @@ SRCS+= hwacpi.c hwesleep.c hwgpe.c hwpci.c hwregs.c hwsleep.c \
hwvalid.c hwxface.c hwxfsleep.c
# components/namespace
-SRCS+= nsaccess.c nsalloc.c nsconvert.c nsdump.c nseval.c \
- nsinit.c nsload.c nsnames.c nsobject.c nsparse.c \
- nspredef.c nsprepkg.c nsrepair.c nsrepair2.c nssearch.c \
- nsutils.c nswalk.c nsxfeval.c nsxfname.c nsxfobj.c
+SRCS+= nsaccess.c nsalloc.c nsarguments.c nsconvert.c nsdump.c \
+ nseval.c nsinit.c nsload.c nsnames.c nsobject.c \
+ nsparse.c nspredef.c nsprepkg.c nsrepair.c nsrepair2.c \
+ nssearch.c nsutils.c nswalk.c nsxfeval.c nsxfname.c \
+ nsxfobj.c
# components/parser
SRCS+= psargs.c psloop.c psobject.c psopcode.c psopinfo.c \
@@ -54,19 +55,19 @@ SRCS+= rsaddr.c rscalc.c rscreate.c rsdump.c rsdumpinfo.c \
rsserial.c rsutils.c rsxface.c
# components/tables
-SRCS+= tbfadt.c tbfind.c tbinstal.c tbutils.c tbxface.c \
- tbxfload.c
+SRCS+= tbfadt.c tbfind.c tbinstal.c tbprint.c tbutils.c \
+ tbxface.c tbxfload.c
# components/utilities
-SRCS+= utaddress.c utalloc.c utcache.c utcopy.c utdebug.c \
- utdecode.c utdelete.c uteval.c utexcep.c utglobal.c \
- utids.c utinit.c utlock.c utmath.c utmisc.c utmutex.c \
- utobject.c utosi.c utownerid.c utpredef.c utresrc.c \
- utstate.c utstring.c uttrack.c utxface.c utxferror.c \
- utxfinit.c
+SRCS+= utaddress.c utalloc.c utbuffer.c utcache.c utcopy.c \
+ utdebug.c utdecode.c utdelete.c uterror.c uteval.c \
+ utexcep.c utglobal.c utids.c utinit.c utlock.c utmath.c \
+ utmisc.c utmutex.c utobject.c utosi.c utownerid.c \
+ utpredef.c utresrc.c utstate.c utstring.c uttrack.c \
+ utxface.c utxferror.c utxfinit.c
MAN= acpidb.8
-WARNS?= 2
+WARNS?= 3
CFLAGS+= -DACPI_EXEC_APP -fno-strict-aliasing
DPADD= ${LIBPTHREAD}
OpenPOWER on IntegriCloud