freebsd-src/lib/libc/csu/Makefile.inc
Konstantin Belousov c5c9d980c4 libc/csu: rename ignore_init.c to libc_start1.c
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
2023-03-12 00:56:46 +02:00

11 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