mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
8 lines
102 B
Makefile
8 lines
102 B
Makefile
|
#
|
||
|
# Makefile for Econet support code.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_ECONET) += econet.o
|
||
|
|
||
|
econet-objs := af_econet.o
|