[microPATCH] kernel .config support broken in 2.4.19-rc1-ac3 ff

Greg Louis (glouis@dynamicro.on.ca)
Mon, 22 Jul 2002 15:58:21 -0400


Looks as though one line extra might have been removed from
kernel/Makefile when SWSUSPEND was taken out. This one-liner makes
kernel .config support work again:

--- linux-2.4.19-rc3-ac1/kernel/Makefile.orig 2002-07-22 15:45:43.000000000 -0400
+++ linux-2.4.19-rc3-ac1/kernel/Makefile 2002-07-22 15:45:43.000000000 -0400
@@ -20,6 +20,7 @@
obj-$(CONFIG_MODULES) += ksyms.o
obj-$(CONFIG_PM) += pm.o
obj-$(CONFIG_CPU_FREQ) += cpufreq.o
+obj-$(CONFIG_IKCONFIG) += configs.o

ifneq ($(CONFIG_IA64),y)
# According to Alan Modra <alan@linuxcare.com.au>, the -fno-omit-frame-pointer is

-- 
| G r e g  L o u i s          | gpg public key:      |
|   http://www.bgl.nu/~glouis |   finger greg@bgl.nu |

Header information for this message: Subject: [microPATCH] kernel .config support broken in 2.4.19-rc1-ac3 ff To: LKML <linux-kernel@vger.kernel.org> From: Greg Louis <glouis@dynamicro.on.ca> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/