patch-2.4.0-prerelease linux/net/lapb/Makefile

Next file: linux/net/netlink/Makefile
Previous file: linux/net/khttpd/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/net/lapb/Makefile linux/net/lapb/Makefile
@@ -9,10 +9,11 @@
 
 
 O_TARGET := lapb.o
-O_OBJS	 := lapb_in.o lapb_out.o lapb_subr.o lapb_timer.o
-M_OBJS   := $(O_TARGET)
 
-OX_OBJS  += lapb_iface.o
+export-objs := lapb_iface.o
+
+obj-y	 := lapb_in.o lapb_out.o lapb_subr.o lapb_timer.o lapb_iface.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)