arm: remove accidentally added -Map switch to linker

Fixes: ba045ba49d
This commit is contained in:
Michal Meloun 2024-11-09 08:25:15 +01:00
parent ba045ba49d
commit 0283eebb4a

View File

@ -57,7 +57,6 @@ KERNVIRTADDR= 0xc0000000
# "ELF for the ARM architecture" for more info on the mapping symbols.
SYSTEM_LD= \
${SYSTEM_LD_BASECMD} \
--Map=/usr2/Meloun/ld.map \
--defsym='text_start=kernbase + SIZEOF_HEADERS' \
-o ${.TARGET} ${SYSTEM_OBJS} vers.o; \
$(OBJCOPY) \