diff --git a/ports/zephyr/Makefile b/ports/zephyr/Makefile index 8cb4c12ef7..8e71d7f081 100644 --- a/ports/zephyr/Makefile +++ b/ports/zephyr/Makefile @@ -62,7 +62,8 @@ CFLAGS = $(Z_CFLAGS) \ include $(TOP)/py/mkrules.mk -GENERIC_TARGETS = all zephyr run qemu qemugdb flash debug debugserver +GENERIC_TARGETS = all zephyr run qemu qemugdb flash debug debugserver \ + ram_report rom_report KCONFIG_TARGETS = \ initconfig config nconfig menuconfig xconfig gconfig \ oldconfig silentoldconfig defconfig savedefconfig \