diff options
Diffstat (limited to 'targets')
-rw-r--r-- | targets/pseudo/kernel/Makefile | 2 |
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 |