build: do not reference full path of map file
Change-Id: I5e8c9439d0e73657b73e38663f85a080c55d86b5 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
b62b810620
commit
d53c237b60
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -751,7 +751,7 @@ quiet_cmd_create-lnk = LINK $@
|
|||
cmd_create-lnk = \
|
||||
( \
|
||||
echo $(LDFLAGS_zephyr); \
|
||||
echo "$(LINKFLAGPREFIX)-Map=$(O)/$(KERNEL_NAME).map"; \
|
||||
echo "$(LINKFLAGPREFIX)-Map=$(KERNEL_NAME).map"; \
|
||||
echo "-L $(objtree)/include/generated"; \
|
||||
echo "-u _OffsetAbsSyms -u _ConfigAbsSyms"; \
|
||||
echo "-e __start"; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue