Skip to content

Commit

Permalink
arch/arm64: Add the head obj to libarch.a as well
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pussuw committed Mar 22, 2024
1 parent a74c09c commit 656ff27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 656ff27

Please sign in to comment.