freebsd-nq/lib/csu/riscv/Makefile

10 lines
116 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${.CURDIR:H}/common
CFLAGS+= -DCRT_IRELOC_SUPPRESS
CRT1OBJS+= crt1_s.o
.include <bsd.lib.mk>