Skip to content

Commit fbc145c

Browse files
committed
fix: remove duplicated build-dtbs
make dtbs requires valid .config, but build-defconfig only works in debuild with patch applied. Signed-off-by: ZHANG Yuntian <yt@radxa.com>
1 parent 1d097fc commit fbc145c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/share/rsdk/infra-package/Makefile.linux.jsonnet

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ function(
3636
build-defconfig: $(SRC-KERNEL)
3737
$(KMAKE) $(KERNEL_DEFCONFIG)
3838
39-
.PHONY: build-dtbs
40-
build-dtbs: $(SRC-KERNEL)
41-
$(KMAKE) dtbs
42-
4339
.PHONY: build-modules
4440
build-modules: $(SRC-KERNEL)
4541
$(KMAKE) modules

0 commit comments

Comments
 (0)