Revision 099d44e869f1886b5eb02a5145ca97b5e4142e28 authored by Linus Torvalds on 17 August 2005, 21:56:22 UTC, committed by Linus Torvalds on 17 August 2005, 21:56:22 UTC
2 parent s 4e6a06e + 481d037
Raw File
Makefile
#
# Makefile for Econet support code.
#

obj-$(CONFIG_ECONET) += econet.o

econet-objs := af_econet.o
back to top