From bad3b6c0dd5904e01feee0d7f0551c596550b067 Mon Sep 17 00:00:00 2001
From: dam1n19 <dam1n19@soton.ac.uk>
Date: Tue, 2 May 2023 13:04:49 +0100
Subject: [PATCH] SCO1-167: No link on armclang asm compile

---
 system/testcodes/bootloader/makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/testcodes/bootloader/makefile b/system/testcodes/bootloader/makefile
index 4b6ec79..4f33d1f 100644
--- a/system/testcodes/bootloader/makefile
+++ b/system/testcodes/bootloader/makefile
@@ -131,7 +131,7 @@ COMPILE_SMALLMUL = 0
 ifeq ($(TOOL_CHAIN),ds6)
   ARM_TARGET = --target=arm-$(TARGET)
   CC_TOOL   = armclang
-  ASM_TOOL = armclang -masm=armasm $(ARM_TARGET)
+  ASM_TOOL = armclang -masm=armasm $(ARM_TARGET) -c
 else
   CC_TOOL   = armcc
   ASM_TOOL = armasm
-- 
GitLab