bsp,abstract-machine,extra.ld: use INSERT BEFORE command

This commit is contained in:
Zihao Yu 2023-06-04 16:58:36 +08:00
parent 4b1e2858ae
commit 64e349a5f1
2 changed files with 3 additions and 8 deletions

View file

@ -7,7 +7,7 @@ NAME = rtthread
SRCS = $(shell find src -name "*.c")
CFLAGS += -DHAVE_CCONFIG_H -D__RTTHREAD__
CFLAGS += -Wno-nonnull-compare
LDFLAGS += extra.ld
LDFLAGS += -T extra.ld
-include $(FILE_MK)
include $(AM_HOME)/Makefile