- various cleanups
This commit is contained in:
Stephan Raue 2009-09-28 14:17:26 +02:00
parent c91e04b5f6
commit 2fa04dd78f

View File

@ -27,11 +27,11 @@ cp $KERNEL_CFG_FILE $LINUX/.config
sed -i -e "s|^CONFIG_INITRAMFS_SOURCE=.*$|CONFIG_INITRAMFS_SOURCE=\"$ROOT/$PKG_DIR/config/initramfs\"|" \
$LINUX/.config
if [ "$DEVTOOLS" = yes ]; then
echo "CONFIG_KALLSYMS=y" >> $LINUX/.config
echo "CONFIG_KALLSYMS_EXTRA_PASS=y" >> $LINUX/.config
echo "# CONFIG_KPROBES is not set" >> $LINUX/.config
fi
if [ "$DEVTOOLS" = yes ]; then
echo "CONFIG_KALLSYMS=y" >> $LINUX/.config
echo "CONFIG_KALLSYMS_EXTRA_PASS=y" >> $LINUX/.config
echo "# CONFIG_KPROBES is not set" >> $LINUX/.config
fi
LZMA_DIR="$ROOT/`ls -d $BUILD/lzma*`/C/Compress/Lzma"
for i in LzmaDecode.c LzmaDecode.h LzmaTypes.h; do