Skip to content

Commit

Permalink
refactor: replacing dts paths with variables
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed May 22, 2024
1 parent 5ffd9cf commit 6555a6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm64/boot/dts/rockchip/overlays/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ ifeq ($(strip $(CONFIG_CPU_RK3568)), y)
endif
ifeq ($(strip $(CONFIG_CPU_RK3588)), y)
CONFIG_CLK_RK3588 ?= y
-include $(src)/Makefile.rk3588-can
endif

-include arch/arm64/boot/dts/rockchip/overlays/Makefile.rk3588-can

dtb-$(CONFIG_CLK_RK3308) += \
radxa-s0-ext-antenna.dtbo \
rk3308-bs-opp-1008.dtbo \
Expand Down

0 comments on commit 6555a6b

Please sign in to comment.