Add ARCH variable to Makefiles
In some Makefiles the ARCH variable was not set, although it was used. In executer/user/Makefile.in it was used before it was set.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
BUILD_TARGET ?= @TARGET@
|
||||
KERNDIR=@KERNDIR@
|
||||
VPATH=@abs_srcdir@
|
||||
ARCH ?= @ARCH@
|
||||
|
||||
ifeq ($(ARCH), arm64)
|
||||
vdsodir=@abs_builddir@/../arch/$(ARCH)/kernel/vdso
|
||||
|
||||
Reference in New Issue
Block a user