Skip to content

Commit

Permalink
zephyr/Makefile: Proxy ram_report, rom_report targets from Zephyr.
Browse files Browse the repository at this point in the history
Change-Id: Ie1692047af45574e2044171c0b559a480ef00f5f
  • Loading branch information
pfalcon committed Feb 27, 2019
1 parent 14905e9 commit 128c5f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ports/zephyr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 128c5f6

Please sign in to comment.