summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Makefile
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2016-07-24 00:24:19 -0400
committerDan Williams <dan.j.williams@intel.com>2016-07-24 11:04:04 -0400
commitbdf97013ced5f263da0dc9d559f5c09e922d8423 (patch)
tree15cf20f2abe71c49584ef9e06a0ba7210397e03a /drivers/acpi/Makefile
parent37b137ff8c833385b75ff2baf4bace25e52247d2 (diff)
nfit: move to nfit/ sub-directory
With the arrival of x86-machine-check support the nfit driver will add a (conditionally-compiled) source file. Prepare for this by moving all nfit source to drivers/acpi/nfit/. This is pure code movement, no functional changes. Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/acpi/Makefile')
-rw-r--r--drivers/acpi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile
index 251ce85a66fb..64a575a6f7ef 100644
--- a/drivers/acpi/Makefile
+++ b/drivers/acpi/Makefile
@@ -70,7 +70,7 @@ obj-$(CONFIG_ACPI_PCI_SLOT) += pci_slot.o
70obj-$(CONFIG_ACPI_PROCESSOR) += processor.o 70obj-$(CONFIG_ACPI_PROCESSOR) += processor.o
71obj-$(CONFIG_ACPI) += container.o 71obj-$(CONFIG_ACPI) += container.o
72obj-$(CONFIG_ACPI_THERMAL) += thermal.o 72obj-$(CONFIG_ACPI_THERMAL) += thermal.o
73obj-$(CONFIG_ACPI_NFIT) += nfit.o 73obj-$(CONFIG_ACPI_NFIT) += nfit/
74obj-$(CONFIG_ACPI) += acpi_memhotplug.o 74obj-$(CONFIG_ACPI) += acpi_memhotplug.o
75obj-$(CONFIG_ACPI_HOTPLUG_IOAPIC) += ioapic.o 75obj-$(CONFIG_ACPI_HOTPLUG_IOAPIC) += ioapic.o
76obj-$(CONFIG_ACPI_BATTERY) += battery.o 76obj-$(CONFIG_ACPI_BATTERY) += battery.o