diff options
author | Matthew Wilcox <mawilcox@microsoft.com> | 2016-12-19 11:09:34 -0500 |
---|---|---|
committer | Matthew Wilcox <mawilcox@microsoft.com> | 2017-02-13 16:08:47 -0500 |
commit | 43a30c2a3171e0f92c28dfd31ca3eb7d9cc72b26 (patch) | |
tree | c1d9c0c980ced4a97986cf9ba04080801f4e8779 /tools/testing/radix-tree | |
parent | b246a9d2671f4f6cfab3f98199568e0b3028f6e5 (diff) | |
download | blackbird-op-linux-43a30c2a3171e0f92c28dfd31ca3eb7d9cc72b26.tar.gz blackbird-op-linux-43a30c2a3171e0f92c28dfd31ca3eb7d9cc72b26.zip |
radix tree test suite: Depend on tools/include/asm files
Changing tools/include/asm/bug.h showed a missing dependency in the
Makefile.
Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Reviewed-by: Rehas Sachdeva <aquannie@gmail.com>
Diffstat (limited to 'tools/testing/radix-tree')
-rw-r--r-- | tools/testing/radix-tree/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/radix-tree/Makefile b/tools/testing/radix-tree/Makefile index 3635e4d3eca7..7f7600424b14 100644 --- a/tools/testing/radix-tree/Makefile +++ b/tools/testing/radix-tree/Makefile @@ -23,6 +23,7 @@ find_next_bit.o: ../../lib/find_bit.c $(OFILES): *.h */*.h \ ../../include/linux/*.h \ + ../../include/asm/*.h \ ../../../include/linux/radix-tree.h radix-tree.c: ../../../lib/radix-tree.c |