dtoc: Rename the auto-generated dt-structs.h file

The filename of the auto-generated file is the same as the file that
includes it. Even though the form is in the generated/ subdirectory, this
could be confused.

Rename the generated file to something that makes it clear it is
auto-generated.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Simon Glass 2017-08-29 14:16:00 -06:00
parent 634eba4be0
commit b145b45b0c
2 changed files with 4 additions and 3 deletions

View file

@ -23,7 +23,7 @@ struct phandle_2_arg {
const void *node;
int arg[2];
};
#include <generated/dt-structs.h>
#include <generated/dt-structs-gen.h>
#endif
#endif