build vnode_if.* early in a kernel compile
This commit is contained in:
parent
39f627ae40
commit
4a1739545a
|
@ -1,5 +1,5 @@
|
|||
# from: @(#)Makefile.hp300 8.2 (Berkeley) 1/23/94
|
||||
# $Id: Makefile.i386,v 1.43 1994/06/08 07:51:48 mycroft Exp $
|
||||
# $Id: Makefile.i386,v 1.44 1994/06/15 02:13:47 deraadt Exp $
|
||||
#
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -74,7 +74,7 @@ NORMAL_S_C= ${CPP} -DLOCORE ${COPTS} ${PARAM} $< | ${AS} -o $@
|
|||
# ${SYSTEM_LD_HEAD}
|
||||
# ${SYSTEM_LD} swapxxx.o
|
||||
# ${SYSTEM_LD_TAIL}
|
||||
SYSTEM_OBJ= locore.o ${OBJS} param.o ioconf.o vnode_if.o ${LIBKERN}
|
||||
SYSTEM_OBJ= locore.o vnode_if.o ${OBJS} param.o ioconf.o ${LIBKERN}
|
||||
SYSTEM_DEP= Makefile ${SYSTEM_OBJ}
|
||||
SYSTEM_LD_HEAD= rm -f $@
|
||||
SYSTEM_LD= -@if [ X${DEBUG} = X-g ]; \
|
||||
|
|
Loading…
Reference in New Issue