mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +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
|