7 lines
134 B
Makefile
7 lines
134 B
Makefile
|
#
|
||
|
# Makefile for the Fujitsu network device drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_ETH16I) += eth16i.o
|
||
|
obj-$(CONFIG_PCMCIA_FMVJ18X) += fmvj18x_cs.o
|