Skip to content

Commit

Permalink
Do not compile Rockchip u-boot as this is already done by linux-build
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Jan 7, 2018
1 parent 97e98a1 commit 12a0f81
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 101 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ include Makefile.kernel.mk
include Makefile.linaro.mk
include Makefile.pxe.mk
include Makefile.rancheros.mk
include Makefile.rockchip.mk
include Makefile.rockchip.debug.mk
include Makefile.sunxi.mk

image: image-kernel \
image-rockchip \
image-sunxi \
image-pxe \
image-rancher

Expand Down
8 changes: 5 additions & 3 deletions Makefile.kernel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ ifeq ($(FORCE), 1)
.PHONY: image/kernel-arm64
endif
image/kernel-arm64: kernel/.config
make -C kernel Image ARCH=arm64 CROSS_COMPILE="ccache aarch64-linux-gnu-" -j4
make -C kernel Image ARCH=arm64 CROSS_COMPILE="ccache aarch64-linux-gnu-" -j$$(nproc)
cp kernel/arch/arm64/boot/Image $@

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
make -C kernel dtbs ARCH=arm64 CROSS_COMPILE="ccache aarch64-linux-gnu-" -j4
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
make -C kernel dtbs ARCH=arm64 CROSS_COMPILE="ccache aarch64-linux-gnu-" -j$$(nproc)
make -C kernel dtbs_install ARCH=arm64 INSTALL_DTBS_PATH=$(CURDIR)/image/dtbs

.PHONY: image-kernel
Expand Down
43 changes: 0 additions & 43 deletions Makefile.rockchip.debug.mk

This file was deleted.

51 changes: 0 additions & 51 deletions Makefile.rockchip.mk

This file was deleted.

0 comments on commit 12a0f81

Please sign in to comment.