mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
The current name was a historical curiosity that started when init array support was added, and then the file appeared a convenient place for the addition of the MI common code to csu. It is now referenced by name in single place and the rename is easy, so do it. Sponsored by: The FreeBSD Foundation MFC after: 3 weeks
10 lines
195 B
Makefile
10 lines
195 B
Makefile
#
|
|
|
|
.PATH: ${LIBC_SRCTOP}/csu
|
|
.include "${LIBC_SRCTOP}/csu/${LIBC_ARCH}/Makefile.inc"
|
|
|
|
SRCS+= \
|
|
libc_start1.c
|
|
|
|
CFLAGS+= -I${LIBC_SRCTOP}/csu/${LIBC_ARCH}
|
|
SYM_MAPS+=${LIBC_SRCTOP}/csu/Symbol.map
|