summaryrefslogtreecommitdiff
path: root/lib/libc/arch/powerpc/Makefile.inc
blob: 975b5c509aca847058a729bc833a81fec4d61e75 (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile.inc,v 1.15 2021/10/31 22:24:35 thorpej Exp $

SRCS+=		__sigtramp2.S
SRCS+=		powerpc_initfini.c

CPPFLAGS+=	-I.

.if defined(MKSOFTFLOAT) && (${MKSOFTFLOAT} != "no")
.include <softfloat/Makefile.inc>
.endif