Skip to content

Commit

Permalink
configure: Add "ftl" dependency co configure's help message.
Browse files Browse the repository at this point in the history
--with-ftl dependeny is missing in spdk configuere's script
help message.

Change-Id: I505a2914073d392809d243d8df8b42c0f5d79dab
Signed-off-by: Pawel Niedzwiecki <[email protected]>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/447320
Reviewed-by: Darek Stojaczyk <[email protected]>
Reviewed-by: Jim Harris <[email protected]>
Tested-by: SPDK CI Jenkins <[email protected]>
  • Loading branch information
nedved1 authored and jimharris committed Mar 8, 2019
1 parent aa09ce0 commit 4a5e97c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ function usage()
echo " example: /usr/src/ocf/"
echo " isal Enabled by default on x86 architecture. Can be built without though."
echo " No path required."
echo " ftl Required to build FTL module."
echo " No path required."
echo ""
echo "Environment variables:"
echo ""
Expand Down

0 comments on commit 4a5e97c

Please sign in to comment.