mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 11:44:01 +08: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
|