arch/arm64: Add the head obj to libarch.a as well

On other platforms libarch.a contains the head object. Some projects
depend on this fact so let's provide the head object in the archive here
as well.
This commit is contained in:
Ville Juven
2024-03-22 11:59:10 +02:00
committed by Xiang Xiao
parent ce61e866c3
commit 6a6798ed31
+1 -1
View File
@@ -54,7 +54,7 @@ CSRCS = $(CHIP_CSRCS) $(CMN_CSRCS)
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
OBJS = $(AOBJS) $(COBJS) $(HEAD_OBJ)
# User-mode objects