diff options
-rw-r--r-- | util/checklist/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/checklist/Makefile.inc b/util/checklist/Makefile.inc index be872b0118..a96f252ae6 100644 --- a/util/checklist/Makefile.inc +++ b/util/checklist/Makefile.inc @@ -59,8 +59,8 @@ ifeq ($(CONFIG_CREATE_BOARD_CHECKLIST),y) # Extract the symbol table from the image # %.symbol_table: %.elf %.debug - $(NM_$(class)) $< > $@ - $(NM_$(class)) $(*D)/$(*F).debug >> $@ + $(NM_$(class)) $(*D)/$(*F).debug > $@ + $(NM_$(class)) $< >> $@ # # All symbols in the image |