mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
8 lines
216 B
Makefile
8 lines
216 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${LIBC_SRCTOP}/powerpc/gen
|
|
|
|
SRCS += _ctx_start.S eabi.S infinity.c ldexp.c makecontext.c \
|
|
signalcontext.c syncicache.c _get_tp.c _set_tp.c trivial-getcontextx.c
|
|
|
|
CFLAGS._get_tp.c+= ${RTLD_HDRS}
|