mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-11-13 13:58:01 +09:00
Set envs if it's not set
This commit is contained in:
parent
462651541a
commit
3817fc5eeb
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:
|
||||
|
Loading…
Reference in New Issue
Block a user