aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-05-26 23:20:10 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-05-26 23:20:10 +0000
commit863ad6d55532932cffa429cf199cdfe09fc709aa (patch)
tree181be53dd58ab2fd96f69464a2ba5b361bd9bd59 /targets
parent07ed5ac10012de91853edf27af5838bc1a63c656 (diff)
downloadsrc-863ad6d55532932cffa429cf199cdfe09fc709aa.tar.gz
src-863ad6d55532932cffa429cf199cdfe09fc709aa.zip
DIRDEPS_BUILD: Build the kernel in the same place as buildkernel would.
Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=300798
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/pseudo/kernel/Makefile b/targets/pseudo/kernel/Makefile
index e135b22e01cf..586e349184ab 100644
--- a/targets/pseudo/kernel/Makefile
+++ b/targets/pseudo/kernel/Makefile
@@ -5,7 +5,7 @@ KERNCONF?= ${KERNEL:UGENERIC}
TARGET?= ${MACHINE}
# keep this compatible with peoples expectations...
-KERN_OBJDIR= ${OBJTOP}/sys/compile/${KERNCONF}
+KERN_OBJDIR= ${OBJTOP}/sys/${KERNCONF}
KERN_CONFDIR= ${SRCTOP}/sys/${TARGET}/conf
CONFIG= ${STAGE_HOST_OBJTOP}/usr/sbin/config