summaryrefslogtreecommitdiffstats
path: root/drivers/of/Makefile
diff options
context:
space:
mode:
authorDavid Daney <david.daney@cavium.com>2016-04-08 15:50:25 -0700
committerWill Deacon <will.deacon@arm.com>2016-04-15 18:06:08 +0100
commit298535c00a2cbcd59e38f8f1c0c9ae7b9911e946 (patch)
tree722bd77c438600fb7ce8e204469b86a1344320ee /drivers/of/Makefile
parent2bc4da1d2b4d828cb4e3a5593967556b1bd78898 (diff)
downloadlinux-0-day-298535c00a2cbcd59e38f8f1c0c9ae7b9911e946.tar.gz
linux-0-day-298535c00a2cbcd59e38f8f1c0c9ae7b9911e946.tar.xz
of, numa: Add NUMA of binding implementation.
Add device tree parsing for NUMA topology using device "numa-node-id" property in distance-map and cpu nodes. This is a complete rewrite of a previous patch by: Ganapatrao Kulkarni<gkulkarni@caviumnetworks.com> Signed-off-by: David Daney <david.daney@cavium.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'drivers/of/Makefile')
-rw-r--r--drivers/of/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/Makefile b/drivers/of/Makefile
index 156c072b31177..bee3fa96b9814 100644
--- a/drivers/of/Makefile
+++ b/drivers/of/Makefile
@@ -14,5 +14,6 @@ obj-$(CONFIG_OF_MTD) += of_mtd.o
obj-$(CONFIG_OF_RESERVED_MEM) += of_reserved_mem.o
obj-$(CONFIG_OF_RESOLVE) += resolver.o
obj-$(CONFIG_OF_OVERLAY) += overlay.o
+obj-$(CONFIG_OF_NUMA) += of_numa.o
obj-$(CONFIG_OF_UNITTEST) += unittest-data/