- add CONFIG_KALLSYMS_ALL option in development build
This commit is contained in:
Stephan Raue 2010-02-08 21:24:37 +01:00
parent 425a10c7e2
commit eef79f43a3

View File

@ -29,6 +29,7 @@ sed -i -e "s|^CONFIG_INITRAMFS_SOURCE=.*$|CONFIG_INITRAMFS_SOURCE=\"$ROOT/$PKG_D
if [ "$DEVTOOLS" = yes ]; then
echo "CONFIG_KALLSYMS=y" >> $LINUX/.config
echo "CONFIG_KALLSYMS_EXTRA_PASS=y" >> $LINUX/.config
echo "# CONFIG_KALLSYMS_ALL is not set" >> $LINUX/.config
echo "# CONFIG_KPROBES is not set" >> $LINUX/.config
fi