diff options
author | Dan Williams <dan.j.williams@intel.com> | 2016-07-23 21:24:19 -0700 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2016-07-24 08:04:04 -0700 |
commit | bdf97013ced5f263da0dc9d559f5c09e922d8423 (patch) | |
tree | 15cf20f2abe71c49584ef9e06a0ba7210397e03a /drivers/acpi/nfit/Makefile | |
parent | 37b137ff8c833385b75ff2baf4bace25e52247d2 (diff) | |
download | lwn-bdf97013ced5f263da0dc9d559f5c09e922d8423.tar.gz lwn-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/nfit/Makefile')
-rw-r--r-- | drivers/acpi/nfit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/nfit/Makefile b/drivers/acpi/nfit/Makefile new file mode 100644 index 000000000000..eb95c5aff83b --- /dev/null +++ b/drivers/acpi/nfit/Makefile @@ -0,0 +1,2 @@ +obj-$(CONFIG_ACPI_NFIT) := nfit.o +nfit-y := core.o |