summaryrefslogtreecommitdiff
path: root/drivers/acpi/numa/Makefile
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2019-11-07 04:42:55 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2019-11-07 17:43:38 +0300
commitc710fcc5d95a5e0d1648c40c0b101e198bfc3459 (patch)
tree901b46744e5082ff41144cd45998c151218eeed2 /drivers/acpi/numa/Makefile
parenta99d8080aaf358d5d23581244e5da23b35e340b9 (diff)
downloadlinux-c710fcc5d95a5e0d1648c40c0b101e198bfc3459.tar.xz
ACPI: NUMA: Establish a new drivers/acpi/numa/ directory
Currently hmat.c lives under an "hmat" directory which does not enhance the description of the file. The initial motivation for giving hmat.c its own directory was to delineate it as mm functionality in contrast to ACPI device driver functionality. As ACPI continues to play an increasing role in conveying memory location and performance topology information to the OS take the opportunity to co-locate these NUMA relevant tables in a combined directory. numa.c is renamed to srat.c and moved to drivers/acpi/numa/ along with hmat.c. Signed-off-by: Dan Williams <dan.j.williams@intel.com> Reviewed-by: Dave Hansen <dave.hansen@linux.intel.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/numa/Makefile')
-rw-r--r--drivers/acpi/numa/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/acpi/numa/Makefile b/drivers/acpi/numa/Makefile
new file mode 100644
index 000000000000..517a6c689a94
--- /dev/null
+++ b/drivers/acpi/numa/Makefile
@@ -0,0 +1,3 @@
+# SPDX-License-Identifier: GPL-2.0-only
+obj-$(CONFIG_ACPI_NUMA) += srat.o
+obj-$(CONFIG_ACPI_HMAT) += hmat.o