patch-1.3.19 linux/net/core/Makefile
Next file: linux/net/core/dev.c
Previous file: linux/net/ax25/af_ax25.c
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Tue Aug 15 15:07:03 1995
- Orig file:
v1.3.18/linux/net/core/Makefile
- Orig date:
Wed Aug 9 14:55:44 1995
diff -u --recursive --new-file v1.3.18/linux/net/core/Makefile linux/net/core/Makefile
@@ -7,32 +7,13 @@
#
# Note 2! The CFLAGS definition is now in the main makefile...
-.c.o:
- $(CC) $(CFLAGS) -c $<
-.s.o:
- $(AS) -o $*.o $<
-
-
-OBJS := sock.o dev.o dev_mcast.o skbuff.o datagram.o iovec.o
+O_TARGET := core.o
ifdef CONFIG_NET
-
-core.o: $(OBJS)
- $(LD) -r -o core.o $(OBJS)
-
-else
-
-core.o:
- $(AR) rcs core.o
-
+O_OBJS := sock.o dev.o dev_mcast.o skbuff.o datagram.o iovec.o
endif
-dep:
- $(CPP) -M *.c > .depend
+include $(TOPDIR)/Rules.make
tar:
tar -cvf /dev/f1 .
-
-modules:
-
-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