We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4f760 commit 301697eCopy full SHA for 301697e
Makefile
@@ -2,7 +2,7 @@ ALLIBS := $(patsubst %_module.cc,lib%.so,$(wildcard *_module.cc))
2
3
all: $(ALLIBS)
4
5
-%.so: %_kernel.o %_module.o
+lib%.so: %_kernel.o %_module.o
6
g++ -shared -o $@ $^ $(TF_OPS_CFLAGS) -fPIC $(TF_OPS_LFLAGS)
7
8
%_module.o: %_module.cc
0 commit comments