Sort the kernel objects.
This commit is contained in:
parent
06c16f2497
commit
b0aa811639
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.kern.inc,v 1.118 2008/10/25 22:27:38 apb Exp $
|
||||
# $NetBSD: Makefile.kern.inc,v 1.119 2008/11/13 06:48:38 matt Exp $
|
||||
#
|
||||
# This file contains common `MI' targets and definitions and it is included
|
||||
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
|
||||
|
@ -196,7 +196,7 @@ ${_cfile:T:R}.o: ${_cfile}
|
|||
# ${SYSTEM_LD_HEAD}
|
||||
# ${SYSTEM_LD} swapxxx.o
|
||||
# ${SYSTEM_LD_TAIL}
|
||||
SYSTEM_OBJ?= ${MD_OBJS} ${MI_OBJS} ${OBJS} ${SYSLIBCOMPAT} ${LIBKERN}
|
||||
SYSTEM_OBJ?= ${MD_OBJS} ${MI_OBJS} ${OBJS:O} ${SYSLIBCOMPAT} ${LIBKERN}
|
||||
SYSTEM_DEP?= Makefile ${SYSTEM_OBJ:O} .gdbinit
|
||||
SYSTEM_LD_HEAD?=@rm -f $@
|
||||
SYSTEM_LD?= @${_MKSHMSG} " link ${.CURDIR:T}/${.TARGET}"; \
|
||||
|
|
Loading…
Reference in New Issue