mirror of
https://github.com/torvalds/linux.git
synced 2024-12-24 11:51:27 +00:00
0ffbf8bf21
This reverts commit a6238f2173
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>
8 lines
131 B
Makefile
8 lines
131 B
Makefile
#
|
|
# Makefile for drivers/net/appletalk
|
|
#
|
|
|
|
obj-$(CONFIG_IPDDP) += ipddp.o
|
|
obj-$(CONFIG_COPS) += cops.o
|
|
obj-$(CONFIG_LTPC) += ltpc.o
|