aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2015-06-01 08:42:48 -0500
committerRob Herring <robh@kernel.org>2015-06-04 20:16:47 -0500
commit63a4aea556704acba1529df8f896ed65b93e66c1 (patch)
treeaeaddc9434f7b7c8c926c29f032c2b76c5417580 /drivers/of
parentof: make unittest select OF_EARLY_FLATTREE instead of depend on it (diff)
downloadlinux-dev-63a4aea556704acba1529df8f896ed65b93e66c1.tar.xz
linux-dev-63a4aea556704acba1529df8f896ed65b93e66c1.zip
of: clean-up unnecessary libfdt include paths
With the libfdt include fixups to use "" instead of <> in the latest dtc import in commit 4760597 (scripts/dtc: Update to upstream version 9d3649bd3be245c9), it is no longer necessary to add explicit include paths to use libfdt. Remove these across the kernel. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Ralf Baechle <ralf@linux-mips.org> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Acked-by: Michael Ellerman <mpe@ellerman.id.au> Acked-by: Grant Likely <grant.likely@linaro.org> Cc: linux-mips@linux-mips.org Cc: linuxppc-dev@lists.ozlabs.org
Diffstat (limited to 'drivers/of')
-rw-r--r--drivers/of/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/of/Makefile b/drivers/of/Makefile
index fcacb186a67b..156c072b3117 100644
--- a/drivers/of/Makefile
+++ b/drivers/of/Makefile
@@ -16,6 +16,3 @@ obj-$(CONFIG_OF_RESOLVE) += resolver.o
obj-$(CONFIG_OF_OVERLAY) += overlay.o
obj-$(CONFIG_OF_UNITTEST) += unittest-data/
-
-CFLAGS_fdt.o = -I$(src)/../../scripts/dtc/libfdt
-CFLAGS_fdt_address.o = -I$(src)/../../scripts/dtc/libfdt