KERNEL_MAKE_2 for sparc
authorBrad House <brad_mssw@gentoo.org>
Tue, 9 Dec 2003 19:28:37 +0000 (19:28 +0000)
committerBrad House <brad_mssw@gentoo.org>
Tue, 9 Dec 2003 19:28:37 +0000 (19:28 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@15 67a159dc-881f-0410-a524-ba9dfbe2cb84

gen_compile.sh
x86/config.sh

index 744b10b7f88006f861c249cd0e8c3cd8796f6b03..6f699ca806bc5abe184ee97b1e1cd487a4f97191 100644 (file)
@@ -190,6 +190,10 @@ compile_kernel() {
        cd ${KERNEL_DIR}
        print_info 1 "kernel: Starting compile of linux ${KV} ${KERNEL_MAKE}"
        compile_generic "${KERNEL_MAKE}" kernel
+       if [ "${KERNEL_MAKE_2}" != "" ]
+       then
+               compile_generic "${KERNEL_MAKE_2}" kernel
+       fi
        cp "${KERNEL_BINARY}" "/boot/kernel-${KV}" || gen_die "Could not copy kernel binary to boot"
 }
 
index 9c14ef80c04f1be89b96c8a75883ebc83f5f8260..b8043214b5ae6d5101f372b2cb75fd982475610a 100644 (file)
@@ -2,6 +2,7 @@
 # x86/config.sh
 
 KERNEL_MAKE="bzImage"
+KERNEL_MAKE_2=""
 KERNEL_BINARY="arch/i386/boot/bzImage"
 
 # The dietlibc portion of busybox is commented out right now