diff options
author | Dan Williams <dan.j.williams@intel.com> | 2016-07-24 00:24:19 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2016-07-24 11:04:04 -0400 |
commit | bdf97013ced5f263da0dc9d559f5c09e922d8423 (patch) | |
tree | 15cf20f2abe71c49584ef9e06a0ba7210397e03a /drivers/acpi/Makefile | |
parent | 37b137ff8c833385b75ff2baf4bace25e52247d2 (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/Makefile | 2 |
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 | |||
70 | obj-$(CONFIG_ACPI_PROCESSOR) += processor.o | 70 | obj-$(CONFIG_ACPI_PROCESSOR) += processor.o |
71 | obj-$(CONFIG_ACPI) += container.o | 71 | obj-$(CONFIG_ACPI) += container.o |
72 | obj-$(CONFIG_ACPI_THERMAL) += thermal.o | 72 | obj-$(CONFIG_ACPI_THERMAL) += thermal.o |
73 | obj-$(CONFIG_ACPI_NFIT) += nfit.o | 73 | obj-$(CONFIG_ACPI_NFIT) += nfit/ |
74 | obj-$(CONFIG_ACPI) += acpi_memhotplug.o | 74 | obj-$(CONFIG_ACPI) += acpi_memhotplug.o |
75 | obj-$(CONFIG_ACPI_HOTPLUG_IOAPIC) += ioapic.o | 75 | obj-$(CONFIG_ACPI_HOTPLUG_IOAPIC) += ioapic.o |
76 | obj-$(CONFIG_ACPI_BATTERY) += battery.o | 76 | obj-$(CONFIG_ACPI_BATTERY) += battery.o |