Skip to content

Commit

Permalink
fix: modified as required by issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed May 21, 2024
1 parent 5b485ed commit 22b19dd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 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 @@ -18,8 +18,7 @@ ifeq ($(strip $(CONFIG_CPU_RK3588)), y)
CONFIG_CLK_RK3588 ?= y
endif

src ?= arch/arm64/boot/dts/rockchip/overlays
include $(src)/rk3588-can.mak
-include arch/arm64/boot/dts/rockchip/overlays/Makefile.rk3588-can

dtb-$(CONFIG_CLK_RK3308) += \
radxa-s0-ext-antenna.dtbo \
Expand Down
6 changes: 6 additions & 0 deletions arch/arm64/boot/dts/rockchip/overlays/Makefile.rk3588-can
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# SPDX-License-Identifier: GPL-2.0

dtb-$(CONFIG_CPU_RK3588) += \
rk3588-can1-m0.dtbo \
rk3588-can1-m1.dtbo \
rk3588-can2-m1.dtbo
10 changes: 0 additions & 10 deletions arch/arm64/boot/dts/rockchip/overlays/rk3588-can.mak

This file was deleted.

5 changes: 4 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ override_dh_builddeb:
dh_builddeb -- -Zxz

override_dh_install:
DEB_VERSION=$(DEB_VERSION) dh_install
DEB_VERSION=$(DEB_VERSION) dh_install -X arch/arm64/boot/dts/rockchip/overlays/Makefile.rk3588-can \
-X arch/arm64/boot/dts/rockchip/overlays/rk3588-can1-m0.dts \
-X arch/arm64/boot/dts/rockchip/overlays/rk3588-can1-m1.dts \
-X arch/arm64/boot/dts/rockchip/overlays/rk3588-can2-m1.dts

0 comments on commit 22b19dd

Please sign in to comment.