summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/zephyr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/zephyr/Makefile b/ports/zephyr/Makefile
index 8cb4c12ef..8e71d7f08 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 \