patch-2.4.20 linux-2.4.20/net/bluetooth/bnep/Makefile

Next file: linux-2.4.20/net/bluetooth/bnep/bnep.h
Previous file: linux-2.4.20/net/bluetooth/bnep/Config.in
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/net/bluetooth/bnep/Makefile linux-2.4.20/net/bluetooth/bnep/Makefile
@@ -0,0 +1,10 @@
+#
+# Makefile for BNEP protocol
+#
+
+O_TARGET := bnep.o
+
+obj-y	 := core.o sock.o netdev.o crc32.o
+obj-m    += $(O_TARGET)
+
+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)