Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1641552 > unrolled thread

[PATCH 1/5] of: remove drivers/of/testcase-data from include search path for CPP

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2017-05-15 13:20 +0200
Last post2017-05-15 13:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/5] of: remove drivers/of/testcase-data from include search path for CPP Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-15 13:20 +0200

#1641552 — [PATCH 1/5] of: remove drivers/of/testcase-data from include search path for CPP

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2017-05-15 13:20 +0200
Subject[PATCH 1/5] of: remove drivers/of/testcase-data from include search path for CPP
Message-ID<tHmcG-7ob-5@gated-at.bofh.it>
This search path was added by commit b5190516b282 ("of: Move testcase
FDT data into drivers/of").  At that time, it was needed for platform
DT files to include testcase data.

It became unnecessary when commit ae9304c9d311 ("Adding selftest
testdata dynamically into live tree") introduced dynamic addition of
testcase data, but it missed to delete this search path.

Moreover, the directory drivers/of/testcase-data does not exist since
commit 19fd74879a32 ("of/unittest: Rename selftest.c to unittest.c").

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 scripts/Makefile.lib | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 58c05e5..011d464 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -176,7 +176,6 @@ ld_flags       = $(LDFLAGS) $(ldflags-y)
 dtc_cpp_flags  = -Wp,-MD,$(depfile).pre.tmp -nostdinc                    \
 		 -I$(srctree)/arch/$(SRCARCH)/boot/dts                   \
 		 -I$(srctree)/scripts/dtc/include-prefixes               \
-		 -I$(srctree)/drivers/of/testcase-data                   \
 		 -undef -D__DTS__
 
 # Finds the multi-part object the current object will be linked into
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web