Use the correct file name for the ldscript.
This commit is contained in:
parent
f850597399
commit
19ddaa6566
@ -48,7 +48,7 @@ CFLAGS += -mno-apcs-frame
|
||||
|
||||
DDB_ENABLED!= grep DDB opt_ddb.h || true
|
||||
|
||||
SYSTEM_LD_ = ${LD} -Bdynamic -T ldscript.$M.static \
|
||||
SYSTEM_LD_ = ${LD} -Bdynamic -T ldscript.$M.noheader \
|
||||
-warn-common -export-dynamic -dynamic-linker /red/herring -o \
|
||||
${FULLKERNEL}.noheader -X ${SYSTEM_OBJS} vers.o
|
||||
SYSTEM_LD_TAIL +=; cat ldscript.$M| \
|
||||
@ -74,7 +74,7 @@ SYSTEM_LD_TAIL += ;echo "\#define KERNNAME \"${KERNEL_KO}.tmp\"" \
|
||||
|
||||
.endif
|
||||
|
||||
CLEANFILES += ldscript.$M ldscript.$M.static ${KERNEL_KO}.bin \
|
||||
CLEANFILES += ldscript.$M ldscript.$M.noheader ${KERNEL_KO}.bin \
|
||||
${KERNEL_KO}.tramp ${KERNEL_KO}.tramp.bin
|
||||
%BEFORE_DEPEND
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user