Skip to content

Commit 12a0f81

Browse files
committed
Do not compile Rockchip u-boot as this is already done by linux-build
1 parent 97e98a1 commit 12a0f81

File tree

4 files changed

+5
-101
lines changed

4 files changed

+5
-101
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ include Makefile.kernel.mk
44
include Makefile.linaro.mk
55
include Makefile.pxe.mk
66
include Makefile.rancheros.mk
7-
include Makefile.rockchip.mk
8-
include Makefile.rockchip.debug.mk
97
include Makefile.sunxi.mk
108

119
image: image-kernel \
12-
image-rockchip \
13-
image-sunxi \
1410
image-pxe \
1511
image-rancher
1612

Makefile.kernel.mk

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ ifeq ($(FORCE), 1)
1010
.PHONY: image/kernel-arm64
1111
endif
1212
image/kernel-arm64: kernel/.config
13-
make -C kernel Image ARCH=arm64 CROSS_COMPILE="ccache aarch64-linux-gnu-" -j4
13+
make -C kernel Image ARCH=arm64 CROSS_COMPILE="ccache aarch64-linux-gnu-" -j$$(nproc)
1414
cp kernel/arch/arm64/boot/Image $@
1515

16-
image/dtbs/rockchip/rk3328-rock64.dtb: image/kernel-arm64 kernel/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts kernel/arch/arm64/boot/dts/rockchip/rk3328.dtsi
17-
make -C kernel dtbs ARCH=arm64 CROSS_COMPILE="ccache aarch64-linux-gnu-" -j4
16+
image/dtbs/rockchip/rk3328-rock64.dtb: image/kernel-arm64 \
17+
kernel/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts \
18+
kernel/arch/arm64/boot/dts/rockchip/rk3328.dtsi
19+
make -C kernel dtbs ARCH=arm64 CROSS_COMPILE="ccache aarch64-linux-gnu-" -j$$(nproc)
1820
make -C kernel dtbs_install ARCH=arm64 INSTALL_DTBS_PATH=$(CURDIR)/image/dtbs
1921

2022
.PHONY: image-kernel

Makefile.rockchip.debug.mk

Lines changed: 0 additions & 43 deletions
This file was deleted.

Makefile.rockchip.mk

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)