summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64/stand/libkern/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa64/stand/libkern/Makefile')
-rw-r--r--sys/arch/hppa64/stand/libkern/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/sys/arch/hppa64/stand/libkern/Makefile b/sys/arch/hppa64/stand/libkern/Makefile
new file mode 100644
index 00000000000..6815b67c49b
--- /dev/null
+++ b/sys/arch/hppa64/stand/libkern/Makefile
@@ -0,0 +1,29 @@
+# $OpenBSD: Makefile,v 1.1 2005/04/01 10:40:48 mickey Exp $
+
+LIB= kern
+
+S= ${.CURDIR}/../../../..
+M= ${KERNDIR}/arch/${MACHINE_ARCH}
+SADIR= ${.CURDIR}/..
+KERNDIR=$S/lib/libkern
+
+NOPIC= nopic
+NOPROFILE= noprofile
+
+.PATH: ${KERNDIR}
+
+.include "arch/hppa64/Makefile.inc"
+
+# Quad support
+SRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \
+ lshldi3.c lshrdi3.c moddi3.c muldi3.c negdi2.c notdi2.c qdivrem.c \
+ subdi3.c ucmpdi2.c udivdi3.c umoddi3.c xordi3.c
+
+# Other stuff
+SRCS+= srandom.c bcd.c
+
+install:
+
+.include <bsd.lib.mk>
+CPPFLAGS+= ${DEBUGFLAGS}
+CFLAGS+= ${SACFLAGS}