aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/csu/Makefile.inc
blob: 666744f27c8be8d1812c61399767c9a11f9d414a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#

.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