diff options
author | Andy Grover <agrover@redhat.com> | 2015-04-14 17:30:05 -0700 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2015-04-19 22:41:12 -0700 |
commit | 68d4cef3bab3fb9bb0dbac690ba35a96cb5a16d9 (patch) | |
tree | 7012440c3c50fdad22c00a07377e0d22340c3059 /drivers/target/Makefile | |
parent | 0ad46af8a618fc38e0cdc3927cfa9f7b42cc9423 (diff) | |
download | linux-stable-68d4cef3bab3fb9bb0dbac690ba35a96cb5a16d9.tar.gz linux-stable-68d4cef3bab3fb9bb0dbac690ba35a96cb5a16d9.tar.bz2 linux-stable-68d4cef3bab3fb9bb0dbac690ba35a96cb5a16d9.zip |
target: Put TCMU under a new config option
Conceptually version 2 should be viewed as an entirely new, incompatible
version of TCMU, so emphasize this by changing the config option and
Kconfig text.
Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/Makefile')
-rw-r--r-- | drivers/target/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/Makefile b/drivers/target/Makefile index bbb4a7d638ef..e619c0266a79 100644 --- a/drivers/target/Makefile +++ b/drivers/target/Makefile @@ -22,7 +22,7 @@ obj-$(CONFIG_TARGET_CORE) += target_core_mod.o obj-$(CONFIG_TCM_IBLOCK) += target_core_iblock.o obj-$(CONFIG_TCM_FILEIO) += target_core_file.o obj-$(CONFIG_TCM_PSCSI) += target_core_pscsi.o -obj-$(CONFIG_TCM_USER) += target_core_user.o +obj-$(CONFIG_TCM_USER2) += target_core_user.o # Fabric modules obj-$(CONFIG_LOOPBACK_TARGET) += loopback/ |