|
@@ -13,7 +13,7 @@ main: $(OFILES)
|
|
|
clean:
|
|
clean:
|
|
|
$(RM) -f $(TARGETS) *.o radix-tree.c
|
|
$(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
|
|
radix-tree.c: ../../../lib/radix-tree.c
|
|
|
sed -e 's/^static //' -e 's/__always_inline //' -e 's/inline //' < $< > $@
|
|
sed -e 's/^static //' -e 's/__always_inline //' -e 's/inline //' < $< > $@
|