aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/utilities/Makefile
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2009-01-08 23:46:09 -0500
committerLen Brown <len.brown@intel.com>2009-01-08 23:46:09 -0500
commit6620e0c49f577454b772fb381543d60ae53eb885 (patch)
tree11c72f3146a8e9d1c203fddecfbb3d17615d52ee /drivers/acpi/utilities/Makefile
parent5b929aa1ae7c64b40ab85c7b49d9f086747c85d2 (diff)
ACPICA: delete utcache.c
ACPI_USE_LOCAL_CACHE will never be defined by the Linux kernel, and thus utcache.c will always be dead code. Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/utilities/Makefile')
-rw-r--r--drivers/acpi/utilities/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/utilities/Makefile b/drivers/acpi/utilities/Makefile
index 88eff14c489..66a71a54cb0 100644
--- a/drivers/acpi/utilities/Makefile
+++ b/drivers/acpi/utilities/Makefile
@@ -4,6 +4,6 @@
obj-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 utcache.o utresrc.o
+ utstate.o utmutex.o utobject.o utresrc.o
EXTRA_CFLAGS += $(ACPI_CFLAGS)