Move MKMODULESENV+= *after* MKMODULESENV=
This commit is contained in:
parent
b2c17e333e
commit
d74dddff88
@ -270,14 +270,14 @@ install.debug: modules-install.debug
|
||||
reinstall: modules-reinstall
|
||||
reinstall.debug: modules-reinstall.debug
|
||||
.endif
|
||||
.if defined(DEBUG)
|
||||
MKMODULESENV+= DEBUG="${DEBUG}" DEBUG_FLAGS="${DEBUG}"
|
||||
.endif
|
||||
|
||||
MKMODULESENV= MAKEOBJDIRPREFIX=${.OBJDIR}/modules KMODDIR=${KODIR}
|
||||
.if defined(MODULES_OVERRIDE)
|
||||
MKMODULESENV+= MODULES_OVERRIDE="${MODULES_OVERRIDE}"
|
||||
.endif
|
||||
.if defined(DEBUG)
|
||||
MKMODULESENV+= DEBUG="${DEBUG}" DEBUG_FLAGS="${DEBUG}"
|
||||
.endif
|
||||
MKMODULESENV+= MACHINE=pc98
|
||||
|
||||
modules:
|
||||
|
Loading…
x
Reference in New Issue
Block a user