git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
15 lines
184 B
Makefile
15 lines
184 B
Makefile
# $Id: Makefile
|
|
|
|
obj-$(CONFIG_LIBFC) += libfc.o
|
|
|
|
libfc-objs := \
|
|
fc_libfc.o \
|
|
fc_disc.o \
|
|
fc_exch.o \
|
|
fc_elsct.o \
|
|
fc_frame.o \
|
|
fc_lport.o \
|
|
fc_rport.o \
|
|
fc_fcp.o \
|
|
fc_npiv.o
|