Skip to content

Commit

Permalink
build: remove deprecated qemu/qemugdb targets
Browse files Browse the repository at this point in the history
Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif authored and Anas Nashif committed Aug 3, 2017
1 parent 3ac7b3a commit b8cd707
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1219,8 +1219,6 @@ help:
@echo ' all - Build all targets marked with [*]'
@echo '* zephyr - Build a zephyr application'
@echo ' run - Build a zephyr application and run it if board supports emulation'
@echo ' qemu - Build a zephyr application and run it in qemu [deprecated]'
@echo ' qemugdb - Same as 'qemu' but start a GDB server on port 1234 [deprecated]'
@echo ' flash - Build and flash an application'
@echo ' debug - Build and debug an application using GDB'
@echo ' debugserver - Build and start a GDB server (port 1234 for Qemu targets)'
Expand Down
6 changes: 0 additions & 6 deletions Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@ debug: $(DOTCONFIG)
flash: $(DOTCONFIG)
$(Q)$(call zephyrmake,$(O),$@)

qemugdb: debugserver

qemu: $(DOTCONFIG)
@echo This target is deprecated, use 'make run' instead
$(Q)$(call zephyrmake,$(O),$@)

run: $(DOTCONFIG)
$(Q)$(call zephyrmake,$(O),$@)

Expand Down

0 comments on commit b8cd707

Please sign in to comment.