summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/tables/Makefile
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2007-02-02 17:48:20 +0100
committerLen Brown <len.brown@intel.com>2007-02-03 03:14:24 +0100
commit95befdb398e0112ede80529f6770644ecfa5a82e (patch)
treebad09c6432fc541b8cefd380a4ddffdae8e79179 /drivers/acpi/tables/Makefile
parentACPICA: Cleanup of FADT verification function. (diff)
downloadlinux-95befdb398e0112ede80529f6770644ecfa5a82e.tar.xz
linux-95befdb398e0112ede80529f6770644ecfa5a82e.zip
ACPICA: Create tbfadt.c to hold all FADT-related functions
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/tables/Makefile')
-rw-r--r--drivers/acpi/tables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/tables/Makefile b/drivers/acpi/tables/Makefile
index f08f1f310274..0a7d7afac255 100644
--- a/drivers/acpi/tables/Makefile
+++ b/drivers/acpi/tables/Makefile
@@ -2,6 +2,6 @@
# Makefile for all Linux ACPI interpreter subdirectories
#
-obj-y := tbxface.o tbinstal.o tbutils.o tbfind.o
+obj-y := tbxface.o tbinstal.o tbutils.o tbfind.o tbfadt.o
EXTRA_CFLAGS += $(ACPI_CFLAGS)