patch-2.1.56 linux/net/appletalk/Makefile

Next file: linux/net/appletalk/aarp.c
Previous file: linux/net/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.55/linux/net/appletalk/Makefile linux/net/appletalk/Makefile
@@ -1,5 +1,5 @@
 #
-# Makefile for the Linux TCP/IP (INET) layer.
+# Makefile for the Linux AppleTalk layer.
 #
 # Note! Dependencies are done automagically by 'make dep', which also
 # removes any old dependencies. DON'T put your own dependencies here
@@ -8,8 +8,10 @@
 # Note 2! The CFLAGS definition is now in the main makefile...
 
 O_TARGET := appletalk.o
-O_OBJS	 := aarp.o ddp.o
+O_OBJS	 := aarp.o
 M_OBJS   := $(O_TARGET)
+
+OX_OBJS  += ddp.o
 
 ifeq ($(CONFIG_SYSCTL),y)
 O_OBJS += sysctl_net_atalk.o

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov