From 863ad6d55532932cffa429cf199cdfe09fc709aa Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Thu, 26 May 2016 23:20:10 +0000 Subject: DIRDEPS_BUILD: Build the kernel in the same place as buildkernel would. Sponsored by: EMC / Isilon Storage Division --- targets/pseudo/kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'targets/pseudo/kernel') 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 -- cgit v1.2.3