roundshot

n/a
git clone git://parazyd.org/roundshot.git
Log | Files | Refs | LICENSE

commit 21a899a28fc4e9a3963b512bbbbc2f78a49602a7
parent 89ce8b928ba75e4df9a5c0f46be8ce9f966dc6af
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 21 Dec 2017 14:19:57 +0100

fixup! Add u-boot build.

Diffstat:
Mlinux/Makefile | 1+
Mu-boot/Makefile | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/linux/Makefile b/linux/Makefile @@ -15,6 +15,7 @@ build-$(LINUX_TYPE): cp -f $(LINUX_TYPE).config linux-$(LINUX_TYPE)/.config @export PATH="$(TC_PATH)/bin:$(PATH)" && \ cd linux-$(LINUX_TYPE) && \ + git pull && \ make ARCH=arm CROSS_COMPILE=$(TC_NAME) oldconfig && \ make ARCH=arm CROSS_COMPILE=$(TC_NAME) -j9 zImage dtbs modules && \ make ARCH=arm CROSS_COMPILE=$(TC_NAME) INSTALL_MOD_PATH=$(PWD)/build \ diff --git a/u-boot/Makefile b/u-boot/Makefile @@ -3,7 +3,7 @@ include config.mk -all: u-boot +all: u-boot build-uboot install u-boot: git clone $(U_BOOT_URL) -b $(U_BOOT_VERSION) $@