diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-04-27 01:13:34 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-04-27 01:22:32 +0200 |
commit | eb529d26255a9a1fbeadfdaa3b5cdf47e43e4715 (patch) | |
tree | acb8bf19872f475d0e8b08adfbc14470cb7a1842 /Makefile | |
parent | 07bdd309067e794da2725a13b0ef003c4b4c13e0 (diff) | |
download | upstream-eb529d26255a9a1fbeadfdaa3b5cdf47e43e4715.tar.gz upstream-eb529d26255a9a1fbeadfdaa3b5cdf47e43e4715.tar.bz2 upstream-eb529d26255a9a1fbeadfdaa3b5cdf47e43e4715.zip |
lantiq: fix xway image building
Commit 8c130dd (lantiq: use new image build process for some images) broke
image generation for the xway target since the generated macros reference not
existing WBMRA.dts and WBMRB.dts files leading to the following build error:
mips-openwrt-linux-musl-cpp: error: ../dts/WBMRA.dts: No such file or directory
mips-openwrt-linux-musl-cpp: warning: '-x assembler-with-cpp' after last input file has no effect
mips-openwrt-linux-musl-cpp: fatal error: no input files
Previously both the WBMRA and WBMRB profiles shared a common WBMR DT since
the only difference is the embedded firmware kmod package.
Extend the lantiqImage macro to optionally support specifying a different
DTS file and use this facility to let the both WBMR profiles reference the
correct device tree file.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions