Skip to content

Commit b12869a

Browse files
masahir0yrobherring
authored andcommitted
of: remove drivers/of/testcase-data from include search path for CPP
This search path was added by commit b519051 ("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 ae9304c ("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 19fd748 ("of/unittest: Rename selftest.c to unittest.c"). Signed-off-by: Masahiro Yamada <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent 7467c9d commit b12869a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/Makefile.lib

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ ld_flags = $(LDFLAGS) $(ldflags-y)
176176
dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc \
177177
-I$(srctree)/arch/$(SRCARCH)/boot/dts \
178178
-I$(srctree)/scripts/dtc/include-prefixes \
179-
-I$(srctree)/drivers/of/testcase-data \
180179
-undef -D__DTS__
181180

182181
# Finds the multi-part object the current object will be linked into

0 commit comments

Comments
 (0)