mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-02 09:05:51 +00:00
13 lines
157 B
Makefile
13 lines
157 B
Makefile
|
# $Id: Makefile
|
||
|
|
||
|
obj-$(CONFIG_LIBFC) += libfc.o
|
||
|
|
||
|
libfc-objs := \
|
||
|
fc_disc.o \
|
||
|
fc_exch.o \
|
||
|
fc_elsct.o \
|
||
|
fc_frame.o \
|
||
|
fc_lport.o \
|
||
|
fc_rport.o \
|
||
|
fc_fcp.o
|