blkset.S is needed on vax by some macros, so include it in the build.

This commit is contained in:
pooka 2008-07-28 13:56:59 +00:00
parent 240772bb7e
commit e575982be5
2 changed files with 8 additions and 4 deletions

View File

@ -1,12 +1,11 @@
# $NetBSD: Makefile,v 1.66 2008/05/02 23:12:01 ad Exp $
# $NetBSD: Makefile,v 1.67 2008/07/28 13:56:59 pooka Exp $
SUBDIR= altq arch compat dev fs miscfs \
net net80211 netatalk netbt netipsec netinet netinet6 \
netisdn netiso netkey netnatm netsmb \
nfs opencrypto sys ufs uvm
.if (${MACHINE} != "vax" \
&& ${MACHINE} != "evbppc")
.if (${MACHINE} != "evbppc")
SUBDIR+= rump
.endif

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.41 2008/07/20 16:14:22 pooka Exp $
# $NetBSD: Makefile,v 1.42 2008/07/28 13:56:59 pooka Exp $
#
.include <bsd.own.mk>
@ -38,6 +38,11 @@ SRCS+= __assert.c scanc.c skpc.c
SRCS+= rumpvnode_if.c rump_syscalls.c
.if ${MACHINE_ARCH} == "vax"
.PATH: ${NETBSDSRCDIR}/sys/lib/libkern/arch/vax
SRCS+= blkset.S
.endif
RUMPUSEROBJDIR != cd ${.CURDIR}/../rumpuser && ${PRINTOBJDIR}
OBJS+= ${RUMPUSEROBJDIR}/rumpuser.o ${RUMPUSEROBJDIR}/rumpuser_pth.o