diff options
| author | Rick Chen <[email protected]> | 2019-04-03 10:43:37 +0800 |
|---|---|---|
| committer | Andes <[email protected]> | 2019-04-08 09:46:00 +0800 |
| commit | 48b90d9db5d32e587901c4f33175488dd20fe0a5 (patch) | |
| tree | 10cdf189155b2a248ff4970904d542272f8a113e | |
| parent | 076b845893f3bb59dfad80b012d28191c19e2f7b (diff) | |
riscv: dts: fix CONFIG_DEFAULT_DEVICE_TREE failure
It occurs since commit 27cb7300ffda
("Ensure device tree DTS is compiled").
More details can refer to
89c2b5c02049aea746b1edee0b4e1d8519dec2f4
ARM: fix arch/arm/dts/Makefile
Signed-off-by: Rick Chen <[email protected]>
Cc: Greentime Hu <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Lukas Auer <[email protected]>
| -rw-r--r-- | arch/riscv/dts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/dts/Makefile b/arch/riscv/dts/Makefile index b400defb380..f9cd606a9aa 100644 --- a/arch/riscv/dts/Makefile +++ b/arch/riscv/dts/Makefile @@ -1,5 +1,7 @@ # SPDX-License-Identifier: GPL-2.0+ +dtb-$(CONFIG_TARGET_AX25_AE350) += ae350_32.dtb ae350_64.dtb + targets += $(dtb-y) DTC_FLAGS += -R 4 -p 0x1000 |
