We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11bc21d commit 674da04Copy full SHA for 674da04
1 file changed
zephyr/Makefile
@@ -64,7 +64,7 @@ $(Z_EXPORTS): $(CONF_FILE)
64
# e.g. DTS-related.
65
$(MAKE) -f Makefile.zephyr BOARD=$(BOARD) CONF_FILE=$(CONF_FILE) initconfig outputexports lib
66
67
-GENERIC_TARGETS = all zephyr run qemu qemugdb flash debug
+GENERIC_TARGETS = all zephyr run qemu qemugdb flash debug debugserver
68
KCONFIG_TARGETS = \
69
initconfig config nconfig menuconfig xconfig gconfig \
70
oldconfig silentoldconfig defconfig savedefconfig \
0 commit comments