bug fix: kernel include directory

This commit is contained in:
timohaas 2016-07-24 23:43:06 +02:00 committed by GitHub
parent 8a9299dbf2
commit 5166854cc6

View File

@ -5,7 +5,7 @@ echo "*** PREPARE GLIBC BEGIN ***"
SRC_DIR=$(pwd)
# Save the kernel installation directory.
KERNEL_INSTALLED=$(pwd)
KERNEL_INSTALLED=$(pwd)/work/kernel/kernel_installed
cd work/glibc
@ -44,7 +44,7 @@ cd ../include
ln -s $KERNEL_INSTALLED/include/linux linux
ln -s $KERNEL_INSTALLED/include/asm asm
ln -s $KERNEL_INSTALLED/asm-generic asm-generic
ln -s $KERNEL_INSTALLED/include/asm-generic asm-generic
ln -s $KERNEL_INSTALLED/include/mtd mtd
cd $SRC_DIR