diff options
author | Liviu Dudau <Liviu.Dudau@arm.com> | 2014-11-11 17:32:10 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-11-20 17:51:09 +0100 |
commit | e9d4ac655b8305488b2baf8dc0f0a46918acb7d0 (patch) | |
tree | c76f07b3dbd54b6fcc471b52fe783818367cddf3 /arch/arm64 | |
parent | 8c123c9417b7ffa6225c814428d6f842e3e80f0e (diff) |
arm64: Create link to include/dt-bindings to enable C preprocessor use.
DT files used in the compilation phase can be preprocessed by the C
preprocessor. This requires an include/dt-bindings directory to be
present in the arch/arm64/boot/dts directory.
Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64')
l--------- | arch/arm64/boot/dts/include/dt-bindings | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/include/dt-bindings b/arch/arm64/boot/dts/include/dt-bindings new file mode 120000 index 000000000000..08c00e4972fa --- /dev/null +++ b/arch/arm64/boot/dts/include/dt-bindings @@ -0,0 +1 @@ +../../../../../include/dt-bindings
\ No newline at end of file |