summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMatthew Wilcox <mawilcox@microsoft.com>2016-12-19 11:09:34 -0500
committerMatthew Wilcox <mawilcox@microsoft.com>2017-02-13 16:08:47 -0500
commit43a30c2a3171e0f92c28dfd31ca3eb7d9cc72b26 (patch)
treec1d9c0c980ced4a97986cf9ba04080801f4e8779 /tools
parentb246a9d2671f4f6cfab3f98199568e0b3028f6e5 (diff)
downloadlinux-43a30c2a3171e0f92c28dfd31ca3eb7d9cc72b26.tar.gz
linux-43a30c2a3171e0f92c28dfd31ca3eb7d9cc72b26.tar.xz
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')
-rw-r--r--tools/testing/radix-tree/Makefile1
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