summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2012-02-16 22:59:29 +0000
committerjkim <jkim@FreeBSD.org>2012-02-16 22:59:29 +0000
commita561c762bacb78b14d2bf5fb20afc1566203f990 (patch)
treed4ae2db1980d2ec7b164b1a5658fd2ae62569456 /sys/modules
parent2b86faa18cb89921d202e133fa6a1c39b63cfe16 (diff)
parenta6dfe3119152f97e640cc135d963b9f7c95c84ef (diff)
downloadFreeBSD-src-a561c762bacb78b14d2bf5fb20afc1566203f990.zip
FreeBSD-src-a561c762bacb78b14d2bf5fb20afc1566203f990.tar.gz
Merge ACPICA 20120215.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/acpi/acpi/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/sys/modules/acpi/acpi/Makefile b/sys/modules/acpi/acpi/Makefile
index 3c2e7ba..6da186f 100644
--- a/sys/modules/acpi/acpi/Makefile
+++ b/sys/modules/acpi/acpi/Makefile
@@ -12,17 +12,17 @@
.error "The ACPI module is only for amd64 and i386"
.endif
-.PATH: ${.CURDIR}/../../../contrib/dev/acpica/debugger \
- ${.CURDIR}/../../../contrib/dev/acpica/disassembler \
- ${.CURDIR}/../../../contrib/dev/acpica/dispatcher \
- ${.CURDIR}/../../../contrib/dev/acpica/events \
- ${.CURDIR}/../../../contrib/dev/acpica/executer \
- ${.CURDIR}/../../../contrib/dev/acpica/hardware \
- ${.CURDIR}/../../../contrib/dev/acpica/namespace \
- ${.CURDIR}/../../../contrib/dev/acpica/parser \
- ${.CURDIR}/../../../contrib/dev/acpica/resources \
- ${.CURDIR}/../../../contrib/dev/acpica/tables \
- ${.CURDIR}/../../../contrib/dev/acpica/utilities \
+.PATH: ${.CURDIR}/../../../contrib/dev/acpica/components/debugger \
+ ${.CURDIR}/../../../contrib/dev/acpica/components/disassembler \
+ ${.CURDIR}/../../../contrib/dev/acpica/components/dispatcher \
+ ${.CURDIR}/../../../contrib/dev/acpica/components/events \
+ ${.CURDIR}/../../../contrib/dev/acpica/components/executer \
+ ${.CURDIR}/../../../contrib/dev/acpica/components/hardware \
+ ${.CURDIR}/../../../contrib/dev/acpica/components/namespace \
+ ${.CURDIR}/../../../contrib/dev/acpica/components/parser \
+ ${.CURDIR}/../../../contrib/dev/acpica/components/resources \
+ ${.CURDIR}/../../../contrib/dev/acpica/components/tables \
+ ${.CURDIR}/../../../contrib/dev/acpica/components/utilities \
${.CURDIR}/../../../pci \
${.CURDIR}/../../../dev/acpica \
${.CURDIR}/../../../dev/acpica/Osd \
@@ -45,8 +45,8 @@ SRCS+= exconfig.c exconvrt.c excreate.c exdebug.c exdump.c exfield.c
SRCS+= exfldio.c exmisc.c exmutex.c exnames.c exoparg1.c exoparg2.c
SRCS+= exoparg3.c exoparg6.c exprep.c exregion.c exresnte.c exresolv.c
SRCS+= exresop.c exstore.c exstoren.c exstorob.c exsystem.c exutils.c
-SRCS+= hwacpi.c hwgpe.c hwpci.c hwregs.c hwsleep.c hwtimer.c hwvalid.c
-SRCS+= hwxface.c
+SRCS+= hwacpi.c hwesleep.c hwgpe.c hwpci.c hwregs.c hwsleep.c hwtimer.c
+SRCS+= hwvalid.c hwxface.c hwxfsleep.c
SRCS+= nsaccess.c nsalloc.c nsdump.c nseval.c nsinit.c nsload.c nsnames.c
SRCS+= nsobject.c nsparse.c nspredef.c nsrepair.c nsrepair2.c nssearch.c
SRCS+= nsutils.c nswalk.c nsxfeval.c nsxfname.c nsxfobj.c
OpenPOWER on IntegriCloud