summaryrefslogtreecommitdiffstats
path: root/net/appletalk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/appletalk/Makefile')
-rw-r--r--net/appletalk/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/appletalk/Makefile b/net/appletalk/Makefile
index 19379a44a..4adbc858c 100644
--- a/net/appletalk/Makefile
+++ b/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,9 +8,11 @@
# 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
endif