build: zephyr: Remove unused QEMU variable
This value is unused; it will be overridden by the main Makefile before it is used. This is for the best since the value is also broken. Remove it. Change-Id: Ibc5aae3f9967eb2b26a482425c3bbbaf44c0e2bb Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
This commit is contained in:
parent
77a2011910
commit
e4980bd392
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ CROSS_COMPILE = $(CROSS_COMPILE_$(ARCH))
|
|||
endif
|
||||
|
||||
QEMU_BIN_PATH ?= $(TOOLCHAIN_HOME)/usr/bin
|
||||
QEMU = $(QEMU_BIN_PATH)/$(QEMU_$(SRCARCH))
|
||||
QEMU_BIOS=$(TOOLCHAIN_HOME)/usr/share/qemu
|
||||
|
||||
TOOLCHAIN_LIBS = gcc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue