Skip to content

Commit

Permalink
fix: remove ifeq
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed May 21, 2024
1 parent 34f5626 commit 5b485ed
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions arch/arm64/boot/dts/rockchip/overlays/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ ifeq ($(strip $(CONFIG_CPU_RK3588)), y)
CONFIG_CLK_RK3588 ?= y
endif

# Prevent make deb from running when packaging
ifeq ($(strip $(CONFIG_CLK_RK3588)), y)
$(info include $(src)/rk3588-can.mak)
include $(src)/rk3588-can.mak
endif
src ?= arch/arm64/boot/dts/rockchip/overlays
include $(src)/rk3588-can.mak

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

0 comments on commit 5b485ed

Please sign in to comment.