qemu: cleanup qemu configurations
Move all QEMU related defines to the boards and cleanup xtensa platforms which were marked to be QEMU capable by mistake. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
10b24a87fc
commit
66f1f89da9
10 changed files with 16 additions and 16 deletions
2
Makefile
2
Makefile
|
@ -786,8 +786,6 @@ ifdef MAKEFILE_TOOLCHAIN_DO_PASS2
|
|||
include $(srctree)/scripts/Makefile.toolchain.$(ZEPHYR_GCC_VARIANT)
|
||||
endif
|
||||
|
||||
QEMU = $(addsuffix /,$(QEMU_BIN_PATH))$(QEMU_$(ARCH))
|
||||
|
||||
# The all: target is the default when no target is given on the
|
||||
# command line.
|
||||
# This allow a user to issue only 'make' to build a kernel including modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue