mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user