Changed the parameter passed to the size utility
This commit is contained in:
parent
e194de3eee
commit
f7c692c751
@ -59,6 +59,7 @@ $$(IMAGEODIR)/$(1).elf: $$(OBJS) $$(DEP_OBJS_$(1)) $$(DEP_LIBS_$(1)) $$(DEPENDS_
|
||||
@mkdir -p $$(IMAGEODIR)
|
||||
$(LINK) -Wl,--gc-sections -Wl,-zmax-page-size=1024 -Wl,--whole-archive $$(OBJS) $$(DEP_OBJS_$(1)) $$(DEP_LIBS_$(1)) $$(if $$(LINKFLAGS_$(1)),$$(LINKFLAGS_$(1))) -Wl,--no-whole-archive $(LINKFLAGS) $(MAP) -o $$@
|
||||
$(SIZE) -A -t $(IMAGEODIR)/$(TARGET).elf
|
||||
$(SIZE) -B $(IMAGEODIR)/$(TARGET).elf
|
||||
endef
|
||||
|
||||
$(BINODIR)/%.bin: $(IMAGEODIR)/%.elf
|
||||
|
Loading…
Reference in New Issue
Block a user