build: move qemu definitions to boards
Change-Id: I4e87dbd6eea8320f23e5691c1762a7353240a5c8 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
6d9ed994aa
commit
6bea1becab
6 changed files with 25 additions and 22 deletions
|
@ -57,9 +57,3 @@ KBUILD_CFLAGS += $(soc-cflags)
|
|||
KBUILD_CXXFLAGS += $(soc-cxxflags)
|
||||
KBUILD_AFLAGS += $(soc-aflags)
|
||||
|
||||
QEMU_CPU_TYPE_arm = cortex-m3
|
||||
QEMU_FLAGS_arm = -cpu $(QEMU_CPU_TYPE_arm) \
|
||||
-machine lm3s6965evb -nographic -vga none
|
||||
QEMU_arm = qemu-system-arm
|
||||
|
||||
export QEMU_FLAGS_arm QEMU_arm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue