Skip to content

Commit 674da04

Browse files
committed
zephyr/Makefile: Add debugserver Zephyr target.
1 parent 11bc21d commit 674da04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zephyr/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $(Z_EXPORTS): $(CONF_FILE)
6464
# e.g. DTS-related.
6565
$(MAKE) -f Makefile.zephyr BOARD=$(BOARD) CONF_FILE=$(CONF_FILE) initconfig outputexports lib
6666

67-
GENERIC_TARGETS = all zephyr run qemu qemugdb flash debug
67+
GENERIC_TARGETS = all zephyr run qemu qemugdb flash debug debugserver
6868
KCONFIG_TARGETS = \
6969
initconfig config nconfig menuconfig xconfig gconfig \
7070
oldconfig silentoldconfig defconfig savedefconfig \

0 commit comments

Comments
 (0)