patch-1.3.20 linux/kernel/Makefile
Next file: linux/net/Makefile
Previous file: linux/init/version.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Wed Aug 16 14:57:02 1995
- Orig file:
v1.3.19/linux/kernel/Makefile
- Orig date:
Tue Aug 15 20:39:05 1995
diff -u --recursive --new-file v1.3.19/linux/kernel/Makefile linux/kernel/Makefile
@@ -14,10 +14,13 @@
O_OBJS = sched.o dma.o fork.o exec_domain.o panic.o printk.o sys.o \
module.o exit.o signal.o itimer.o info.o time.o softirq.o \
resource.o
+
SYMTAB_OBJS = ksyms.o
O_OBJS += $(SYMTAB_OBJS)
+ifdef CONFIG_MODVERSIONS
$(O_TARGET): $(SYMTAB_OBJS:.o=.ver)
+endif
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this