patch-2.4.0-prerelease linux/net/khttpd/Makefile
Next file: linux/net/lapb/Makefile
Previous file: linux/net/irda/irnet/Makefile
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Fri Dec 29 14:07:24 2000
- Orig file:
v2.4.0-test12/linux/net/khttpd/Makefile
- Orig date:
Sun Aug 6 11:23:41 2000
diff -u --recursive --new-file v2.4.0-test12/linux/net/khttpd/Makefile linux/net/khttpd/Makefile
@@ -9,16 +9,14 @@
O_TARGET := khttpd.o
-M_OBJS := $(O_TARGET)
-O_OBJS := main.o accept.o datasending.o logging.o misc.o rfc.o rfc_time.o security.o \
+obj-m := $(O_TARGET)
+obj-y := main.o accept.o datasending.o logging.o misc.o rfc.o rfc_time.o security.o \
sockets.o sysctl.o userspace.o waitheaders.o
-
include $(TOPDIR)/Rules.make
rfc_time.o: times.h
-
make_times_h: make_times_h.c
$(HOSTCC) $(HOSTCFLAGS) -o make_times_h make_times_h.c
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)