summaryrefslogtreecommitdiff
path: root/net/appletalk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/appletalk/Makefile')
-rw-r--r--net/appletalk/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/appletalk/Makefile b/net/appletalk/Makefile
new file mode 100644
index 00000000000..5cda56edef5
--- /dev/null
+++ b/net/appletalk/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile for the Linux AppleTalk layer.
+#
+
+obj-$(CONFIG_ATALK) += appletalk.o
+
+appletalk-y := aarp.o ddp.o dev.o
+appletalk-$(CONFIG_PROC_FS) += atalk_proc.o
+appletalk-$(CONFIG_SYSCTL) += sysctl_net_atalk.o