Is it possible that the installation options for KBuild2.5 have not been
ported to CML2? Or have those kernel installation options been removed from
both CML versions? I have been attempting to compile with KBuild and CML2,
but it seems to have left out the options for configureing Kbuild2.5. Is
this the desired behavior? I made my best attempt at porting the
configuration, and ended up with this a the end of arch/i386/rules.cml, and
a few text items defined in symbols.cml. Unfortunatly, there is a bug in the
fix somewhere, i've gotten a menu that believes it's a bool. But it does
compile.

        Colin

menu x86_install
    kbuild_format
    INSTALL_PREFIX { INSTALL_PREFIX_NAME$ }
    INSTALL_KERNEL_NAME$
    INSTALL_SYSTEM_MAP { INSTALL_SYSTEM_MAP_NAME$ }
    INSTALL_CONFIG { INSTALL_CONFIG_NAME$ }
    INSTALL_VMLINUX { INSTALL_VMLINUX_NAME$ }
    INSTALL_SCRIPT { INSTALL_SCRIPT_NAME$ }


choices kbuild_format
    BZIMAGE ZIMAGE VMLINUX
    default BZIMAGE

default INSTALL_PREFIX_NAME from ''
default INSTALL_KERNEL_NAME from '/lib/modules/KERNELRELEASE/vmlinuz'
default INSTALL_SYSTEM_MAP_NAME from '/lib/modules/KERNELRELEASE/System.map'

default INSTALL_CONFIG_NAME from '/lib/modules/KERNELRELEASE/.config'
default INSTALL_VMLINUX_NAME from '/lib/modules/KERNELRELEASE/vmlinuz'
default INSTALL_SCRIPT_NAME from ''

unless INSTALL_PREFIX suppress INSTALL_PREFIX_NAME
unless INSTALL_SYSTEM_MAP suppress INSTALL_SYSTEM_MAP_NAMEunless
INSTALL_CONFIG suppress INSTALL_CONFIG_NAME
unless INSTALL_VMLINUX suppress INSTALL_VMLINUX_NAME
unless INSTALL_SCRIPT suppress INSTALL_SCRIPT_NAME



_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to