mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 13:11:14 +00:00
dtc: Implement -d option to write out a dependency file
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> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
5bb0571bfd
commit
136ec2049f
3 changed files with 25 additions and 1 deletions
|
@ -30,6 +30,7 @@ struct srcfile_state {
|
|||
struct srcfile_state *prev;
|
||||
};
|
||||
|
||||
extern FILE *depfile; /* = NULL */
|
||||
extern struct srcfile_state *current_srcfile; /* = NULL */
|
||||
|
||||
FILE *srcfile_relative_open(const char *fname, char **fullnamep);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue