diff options
Diffstat (limited to 'dtc/tests/search_dir')
| -rw-r--r-- | dtc/tests/search_dir/search_test.dtsi | 4 | ||||
| -rw-r--r-- | dtc/tests/search_dir/search_test2.dtsi | 3 | 
2 files changed, 7 insertions, 0 deletions
| diff --git a/dtc/tests/search_dir/search_test.dtsi b/dtc/tests/search_dir/search_test.dtsi new file mode 100644 index 00000000..217fb80a --- /dev/null +++ b/dtc/tests/search_dir/search_test.dtsi @@ -0,0 +1,4 @@ +/include/ "search_test2.dtsi" + +/ { +}; diff --git a/dtc/tests/search_dir/search_test2.dtsi b/dtc/tests/search_dir/search_test2.dtsi new file mode 100644 index 00000000..7b9099e5 --- /dev/null +++ b/dtc/tests/search_dir/search_test2.dtsi @@ -0,0 +1,3 @@ + +/ { +}; | 
