summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica/Makefile
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2012-07-16 10:15:36 +0800
committerLen Brown <len.brown@intel.com>2012-07-17 00:05:50 -0400
commitd59b8ecd94ee6ab8c663fc187ed6acf8ffdd3b5d (patch)
tree49a98bc3eda070c9bc682127e9317a2a1426b492 /drivers/acpi/acpica/Makefile
parent540b85ab223f00e9715cee0f7a205f636b5eb4b8 (diff)
ACPICA: Split file: tbxface.c -> tbxfload.c
Split out the table load functions in preparation for addition of new interfaces. 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/Makefile b/drivers/acpi/acpica/Makefile
index fa9a7d5afeb..0a1b3435f92 100644
--- a/drivers/acpi/acpica/Makefile
+++ b/drivers/acpi/acpica/Makefile
@@ -134,6 +134,7 @@ acpi-y += \
tbinstal.o \
tbutils.o \
tbxface.o \
+ tbxfload.o \
tbxfroot.o
acpi-y += \