diff options
Diffstat (limited to 'net/appletalk/Makefile')
-rw-r--r-- | net/appletalk/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/appletalk/Makefile b/net/appletalk/Makefile new file mode 100644 index 000000000000..5cda56edef57 --- /dev/null +++ b/net/appletalk/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | # | ||
2 | # Makefile for the Linux AppleTalk layer. | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_ATALK) += appletalk.o | ||
6 | |||
7 | appletalk-y := aarp.o ddp.o dev.o | ||
8 | appletalk-$(CONFIG_PROC_FS) += atalk_proc.o | ||
9 | appletalk-$(CONFIG_SYSCTL) += sysctl_net_atalk.o | ||