diff options
author | Dan Williams <dan.j.williams@intel.com> | 2016-07-24 07:24:19 +0300 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2016-07-24 18:04:04 +0300 |
commit | bdf97013ced5f263da0dc9d559f5c09e922d8423 (patch) | |
tree | 15cf20f2abe71c49584ef9e06a0ba7210397e03a /drivers/acpi/Makefile | |
parent | 37b137ff8c833385b75ff2baf4bace25e52247d2 (diff) | |
download | linux-bdf97013ced5f263da0dc9d559f5c09e922d8423.tar.xz |
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 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 |