diff options
author | Rehas Sachdeva <aquannie@gmail.com> | 2017-02-13 16:16:03 -0500 |
---|---|---|
committer | Matthew Wilcox <mawilcox@microsoft.com> | 2017-02-13 21:44:10 -0500 |
commit | c6ce3e2fe3dacda5e8afb0036c814ae9c3fee9b9 (patch) | |
tree | b38304ab4998f9e676ea142a170630ad7d813a24 /tools/testing/radix-tree/.gitignore | |
parent | 7e73eb0b2df5e8d7bd00a3c5980ab86619699963 (diff) | |
download | op-kernel-dev-c6ce3e2fe3dacda5e8afb0036c814ae9c3fee9b9.zip op-kernel-dev-c6ce3e2fe3dacda5e8afb0036c814ae9c3fee9b9.tar.gz |
radix tree test suite: Add config option for map shift
Add config option "SHIFT=<value>" to Makefile for building test suite
with any value of RADIX_TREE_MAP_SHIFT between 3 and 7 inclusive.
Signed-off-by: Rehas Sachdeva <aquannie@gmail.com>
[mawilcox@microsoft.com: .gitignore, quieten grep, remove on clean]
Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Diffstat (limited to 'tools/testing/radix-tree/.gitignore')
-rw-r--r-- | tools/testing/radix-tree/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/radix-tree/.gitignore b/tools/testing/radix-tree/.gitignore index 26dedaf..d4706c0f 100644 --- a/tools/testing/radix-tree/.gitignore +++ b/tools/testing/radix-tree/.gitignore @@ -1,3 +1,4 @@ +generated/map-shift.h idr.c idr-test main |