mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-11-14 22:38: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)
|
JOBS=$(shell grep -c '^processor' /proc/cpuinfo)
|
||||||
|
|
||||||
UBOOT_CROSS=$(shell ./tools/getcross u-boot)
|
UBOOT_CROSS?=$(shell ./tools/getcross u-boot)
|
||||||
LINUX_CROSS=$(shell ./tools/getcross linux)
|
LINUX_CROSS?=$(shell ./tools/getcross linux)
|
||||||
ROOTFS_CROSS=$(shell ./tools/getcross rootfs)
|
ROOTFS_CROSS?=$(shell ./tools/getcross rootfs)
|
||||||
export ARCH=arm
|
export ARCH=arm
|
||||||
|
|
||||||
.PHONY:
|
.PHONY:
|
||||||
|
Loading…
Reference in New Issue
Block a user