]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/testing/radix-tree/Makefile
radix tree test suite: rebuild when headers change
[karo-tx-linux.git] / tools / testing / radix-tree / Makefile
index 604212db9d4bd208d68aac982bbb71fbbe8194e8..43febba864bd05ff63f258d7e0180490f176c491 100644 (file)
@@ -13,7 +13,7 @@ main: $(OFILES)
 clean:
        $(RM) -f $(TARGETS) *.o radix-tree.c
 
-$(OFILES): *.h */*.h
+$(OFILES): *.h */*.h ../../../include/linux/radix-tree.h ../../include/linux/*.h
 
 radix-tree.c: ../../../lib/radix-tree.c
        sed -e 's/^static //' -e 's/__always_inline //' -e 's/inline //' < $< > $@