zephyr/Makefile: Add debugserver Zephyr target.
This commit is contained in:
parent
11bc21dfa8
commit
674da04e2e
|
@ -64,7 +64,7 @@ $(Z_EXPORTS): $(CONF_FILE)
|
|||
# e.g. DTS-related.
|
||||
$(MAKE) -f Makefile.zephyr BOARD=$(BOARD) CONF_FILE=$(CONF_FILE) initconfig outputexports lib
|
||||
|
||||
GENERIC_TARGETS = all zephyr run qemu qemugdb flash debug
|
||||
GENERIC_TARGETS = all zephyr run qemu qemugdb flash debug debugserver
|
||||
KCONFIG_TARGETS = \
|
||||
initconfig config nconfig menuconfig xconfig gconfig \
|
||||
oldconfig silentoldconfig defconfig savedefconfig \
|
||||
|
|
Loading…
Reference in New Issue