mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 10:26:52 +08:00
Reinstate mapfile generation.
This commit is contained in:
@@ -235,7 +235,7 @@ endef
|
|||||||
define LINK
|
define LINK
|
||||||
@$(ECHO) "LINK: $1"
|
@$(ECHO) "LINK: $1"
|
||||||
@$(MKDIR) -p $(dir $1)
|
@$(MKDIR) -p $(dir $1)
|
||||||
$(Q) $(LD) $(LDFLAGS) -o $1 --start-group $2 $(LIBS) $(EXTRA_LIBS) $(LIBGCC) --end-group
|
$(Q) $(LD) $(LDFLAGS) -Map $1.map -o $1 --start-group $2 $(LIBS) $(EXTRA_LIBS) $(LIBGCC) --end-group
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# Convert $1 from a linked object to a raw binary in $2
|
# Convert $1 from a linked object to a raw binary in $2
|
||||||
|
|||||||
Reference in New Issue
Block a user