summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-12-31 08:19:48 +0100
committerIngo Molnar <mingo@elte.hu>2008-12-31 08:19:48 +0100
commit818fa7f3908c7bd6c0045e9d94dc23a899ef6144 (patch)
treead3435c3f57c8222ad61709b716168932f13be6c /drivers/scsi/libfc/Makefile
parenttracing/kmemtrace: export kmemtrace_mark_alloc_node() / kmemtrace_mark_free() (diff)
parentMerge branch 'linus' into tracing/kmemtrace (diff)
downloadlinux-818fa7f3908c7bd6c0045e9d94dc23a899ef6144.tar.xz
linux-818fa7f3908c7bd6c0045e9d94dc23a899ef6144.zip
Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2
Diffstat (limited to 'drivers/scsi/libfc/Makefile')
-rw-r--r--drivers/scsi/libfc/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/scsi/libfc/Makefile b/drivers/scsi/libfc/Makefile
new file mode 100644
index 000000000000..55f982de3a9a
--- /dev/null
+++ b/drivers/scsi/libfc/Makefile
@@ -0,0 +1,12 @@
+# $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