patch-2.4.0-prerelease linux/net/packet/Makefile
Next file: linux/net/rose/Makefile
Previous file: linux/net/netrom/nr_timer.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/net/packet/Makefile
- Orig date:
Sun Aug 6 11:23:41 2000
diff -u --recursive --new-file v2.4.0-test12/linux/net/packet/Makefile linux/net/packet/Makefile
@@ -9,15 +9,6 @@
O_TARGET := packet.o
-O_OBJS :=
-M_OBJS :=
-
-ifeq ($(CONFIG_PACKET),y)
- O_OBJS += af_packet.o
-else
- ifeq ($(CONFIG_PACKET), m)
- M_OBJS += af_packet.o
- endif
-endif
+obj-$(CONFIG_PACKET) += af_packet.o
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)