Build error with 2.1.61 (patch)

Hans-Joachim Baader (hans@grumbeer.inka.de)
Sun, 2 Nov 1997 20:26:34 +0100 (MET)


When selecting CONFIG_MAGIC_SYSRQ in the config, I get a link error
with 'make zImage'. It turns out that a module is missing in the makefile.
Patch follows.

--- drivers/char/Makefile.orig Sun Nov 2 11:48:52 1997
+++ drivers/char/Makefile Sun Nov 2 11:51:19 1997
@@ -334,6 +334,14 @@
endif
endif

+ifeq ($(CONFIG_MAGIC_SYSRQ),y)
+L_OBJS += sysrq.o
+else
+ ifeq ($(CONFIG_MAGIC_SYSRQ),m)
+ M_OBJS += sysrq.o
+ endif
+endif
+
include $(TOPDIR)/Rules.make

fastdep:

hjb

-- 
Veni, Vidi, VISA:
        I came, I saw, I did a little shopping.