Skip to content

Commit

Permalink
Makefile bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanel committed May 1, 2024
1 parent a5e9c0f commit 50eeedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ratemon/runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ $(APPS): %: $(OUTPUT)/%.o $(LIBBPF_OBJ) | $(OUTPUT)
$(call msg,BINARY,$@)
$(CC) $(CFLAGS) $^ $(ALL_LDFLAGS) -lelf -lz -o $@

$(OUTPUT)/libratemon_interp.so: %.cpp $(OUTPUT)/ratemon_maps.skel.h ratemon.h | $(OUTPUT)
$(OUTPUT)/libratemon_interp.so: libratemon_interp.cpp $(OUTPUT)/ratemon_maps.skel.h ratemon.h | $(OUTPUT)
$(CXX) $(CXXFLAGS) -shared -fPIC -I$(OUTPUT) -I$(BOOST_INCLUDE) $< -ldl -L${BOOST_LIB} -lboost_thread -lbpf -o $@

$(INTERPS): %: $(OUTPUT)/%.so ;
Expand Down

0 comments on commit 50eeedb

Please sign in to comment.