Raw File
Makefile
#
# Makefile for Econet support code.
#

obj-$(CONFIG_ECONET) += econet.o

econet-objs := af_econet.o
back to top