patch-2.4.0-prerelease linux/lib/Makefile
Next file: linux/mm/Makefile
Previous file: linux/kernel/sysctl.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Dec 29 14:07:24 2000
- Orig file:
v2.4.0-test12/linux/lib/Makefile
- Orig date:
Fri Jul 7 16:41:11 2000
diff -u --recursive --new-file v2.4.0-test12/linux/lib/Makefile linux/lib/Makefile
@@ -7,11 +7,13 @@
#
L_TARGET := lib.a
-L_OBJS := errno.o ctype.o string.o vsprintf.o brlock.o
-LX_OBJS := cmdline.o
+
+export-objs := cmdline.o
+
+obj-y := errno.o ctype.o string.o vsprintf.o brlock.o cmdline.o
ifneq ($(CONFIG_HAVE_DEC_LOCK),y)
- L_OBJS += dec_and_lock.o
+ obj-y += dec_and_lock.o
endif
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)