Browse Source
This will allow callers to rebuild .dtb files when any of the /include/d .dtsi files are modified, not just the top-level .dts file. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: David Gibson <david@gibson.dropbear.id.au>main
Stephen Warren
13 years ago
committed by
Jon Loeliger
9 changed files with 40 additions and 1 deletions
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
dependencies.test.dtb: dependencies.dts deps_inc1.dtsi deps_inc2.dtsi |
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
/dts-v1/; |
||||
|
||||
/include/ "deps_inc1.dtsi" |
||||
|
||||
/ { |
||||
}; |
Loading…
Reference in new issue