summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica/Makefile
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2010-09-15 06:09:14 (GMT)
committerLen Brown <len.brown@intel.com>2010-10-01 05:47:56 (GMT)
commitcc84e262b71bab53c3b2be2e71209c85b88b4b4d (patch)
tree9dba63aa6b328992e0dbaa36c74078715257a0c2 /drivers/acpi/acpica/Makefile
parent31b3d4c3b3c599a2329c3e66ffab7a045b169c85 (diff)
downloadlinux-cc84e262b71bab53c3b2be2e71209c85b88b4b4d.tar.xz
ACPICA: iASL/Disassembler: Write ACPI errors to stderr instead of output file
This keeps the output files clean of random error messages that may originate from within the namespace/interpreter code. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/Makefile')
-rw-r--r--drivers/acpi/acpica/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/Makefile b/drivers/acpi/acpica/Makefile
index 4fdcfdb..a7e1d1a 100644
--- a/drivers/acpi/acpica/Makefile
+++ b/drivers/acpi/acpica/Makefile
@@ -45,4 +45,4 @@ acpi-y += tbxface.o tbinstal.o tbutils.o tbfind.o tbfadt.o tbxfroot.o
acpi-y += utalloc.o utdebug.o uteval.o utinit.o utmisc.o utxface.o \
utcopy.o utdelete.o utglobal.o utmath.o utobject.o \
utstate.o utmutex.o utobject.o utresrc.o utlock.o utids.o \
- utosi.o
+ utosi.o utxferror.o