mirror of
https://github.com/brain-hackers/buildbrain
synced 2025-10-15 04:38:38 +09:00
Set envs if it's not set
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,8 +1,8 @@
|
||||
JOBS=$(shell grep -c '^processor' /proc/cpuinfo)
|
||||
|
||||
UBOOT_CROSS=$(shell ./tools/getcross u-boot)
|
||||
LINUX_CROSS=$(shell ./tools/getcross linux)
|
||||
ROOTFS_CROSS=$(shell ./tools/getcross rootfs)
|
||||
UBOOT_CROSS?=$(shell ./tools/getcross u-boot)
|
||||
LINUX_CROSS?=$(shell ./tools/getcross linux)
|
||||
ROOTFS_CROSS?=$(shell ./tools/getcross rootfs)
|
||||
export ARCH=arm
|
||||
|
||||
.PHONY:
|
||||
|
Reference in New Issue
Block a user