2002-07-22 19:55:14

by Greg Louis

[permalink] [raw]
Subject: [microPATCH] kernel .config support broken in 2.4.19-rc1-ac3 ff

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 <[email protected]>, the -fno-omit-frame-pointer is


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

Header information for this message:
Subject: [microPATCH] kernel .config support broken in 2.4.19-rc1-ac3 ff
To: LKML <[email protected]>
From: Greg Louis <[email protected]>