summaryrefslogtreecommitdiff
path: root/drivers/acpi/tables/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/tables/Makefile')
-rw-r--r--drivers/acpi/tables/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/tables/Makefile b/drivers/acpi/tables/Makefile
index aa4c69594d97..f08f1f310274 100644
--- a/drivers/acpi/tables/Makefile
+++ b/drivers/acpi/tables/Makefile
@@ -2,7 +2,6 @@
# Makefile for all Linux ACPI interpreter subdirectories
#
-obj-y := tbconvrt.o tbget.o tbrsdt.o tbxface.o \
- tbgetall.o tbinstal.o tbutils.o tbxfroot.o
+obj-y := tbxface.o tbinstal.o tbutils.o tbfind.o
EXTRA_CFLAGS += $(ACPI_CFLAGS)