mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-27 05:32:27 +00:00
0ffbf8bf21
This reverts commit a6238f21736af3f47bdebf3895f477f5f23f1af9 Appletalk got some patches to fix up the BLK usage in it in the network tree, so this removal isn't needed. Cc: Arnd Bergmann <arnd@arndb.de> Cc: <acme@ghostprotocols.net> Cc: netdev@vger.kernel.org, Cc: David Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
10 lines
212 B
Makefile
10 lines
212 B
Makefile
#
|
|
# 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
|