7 lines
118 B
Makefile
7 lines
118 B
Makefile
|
#
|
||
|
# Makefile for the Linux FDDI network device drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_DEFXX) += defxx.o
|
||
|
obj-$(CONFIG_SKFP) += skfp/
|