mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-12 15:36:23 +07: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
|