Add missing bsd.linker.mk include after 31ba4ce889

This is needed for -DWITH_CLEAN builds since the cleandir phase does not
include bsd.linker.mk from bsd.compiler.mk
This commit is contained in:
Alex Richardson 2021-08-02 16:38:39 +01:00
parent 17d6371e4c
commit 9f1db6c555

View File

@ -100,6 +100,7 @@ CFLAGS+= -DLLVM_NATIVE_TARGETMC=LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC
CFLAGS+= -ffunction-sections
CFLAGS+= -fdata-sections
.include "bsd.linker.mk"
.if ${LINKER_TYPE} == "mac"
LDFLAGS+= -Wl,-dead_strip
.else