build: remove leftover qemu target

Fixes GH-1522

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-09-19 08:58:14 -04:00 committed by Anas Nashif
parent 4a771bad37
commit eb756c5d1a

View file

@ -21,7 +21,6 @@ else
endif
endif
qemu: run
run: zephyr
$(if $(QEMU_PIPE),,@echo "To exit from QEMU enter: 'CTRL+a, x'")
@echo '[QEMU] CPU: $(QEMU_CPU_TYPE_$(ARCH))'