mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 01:01:27 +00:00
iscsi-scst/kernel/Makefile.in-kernel: Sort file names alphabetically
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6563 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
iscsi-scst-y := iscsi.o nthread.o config.o digest.o \
|
||||
conn.o session.o target.o event.o param.o iscsit_transport.o
|
||||
iscsi-scst-y += config.o
|
||||
iscsi-scst-y += conn.o
|
||||
iscsi-scst-y += digest.o
|
||||
iscsi-scst-y += event.o
|
||||
iscsi-scst-y += iscsi.o
|
||||
iscsi-scst-y += iscsit_transport.o
|
||||
iscsi-scst-y += nthread.o
|
||||
iscsi-scst-y += param.o
|
||||
iscsi-scst-y += session.o
|
||||
iscsi-scst-y += target.o
|
||||
|
||||
obj-$(CONFIG_SCST_ISCSI) += iscsi-scst.o isert-scst/
|
||||
|
||||
Reference in New Issue
Block a user