summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Makefile
diff options
context:
space:
mode:
authorDan Williams2016-07-24 06:24:19 +0200
committerDan Williams2016-07-24 17:04:04 +0200
commitbdf97013ced5f263da0dc9d559f5c09e922d8423 (patch)
tree15cf20f2abe71c49584ef9e06a0ba7210397e03a /drivers/acpi/Makefile
parentnfit, libnvdimm: allow an ARS scrub to be triggered on demand (diff)
downloadkernel-qcow2-linux-bdf97013ced5f263da0dc9d559f5c09e922d8423.tar.gz
kernel-qcow2-linux-bdf97013ced5f263da0dc9d559f5c09e922d8423.tar.xz
kernel-qcow2-linux-bdf97013ced5f263da0dc9d559f5c09e922d8423.zip
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
obj-$(CONFIG_ACPI_PROCESSOR) += processor.o
obj-$(CONFIG_ACPI) += container.o
obj-$(CONFIG_ACPI_THERMAL) += thermal.o
-obj-$(CONFIG_ACPI_NFIT) += nfit.o
+obj-$(CONFIG_ACPI_NFIT) += nfit/
obj-$(CONFIG_ACPI) += acpi_memhotplug.o
obj-$(CONFIG_ACPI_HOTPLUG_IOAPIC) += ioapic.o
obj-$(CONFIG_ACPI_BATTERY) += battery.o