]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - lib/Makefile
vdpa: add .gitignore
[mirror_iproute2.git] / lib / Makefile
index 764c9137d0ecd188e94a719631d7da7ea09324a7..6c98f9a61fdbdd6366924fa84b412df066fb3441 100644 (file)
@@ -3,8 +3,8 @@ include ../config.mk
 
 CFLAGS += -fPIC
 
-UTILOBJ = utils.o rt_names.o ll_map.o ll_types.o ll_proto.o ll_addr.o \
-       inet_proto.o namespace.o json_writer.o json_print.o \
+UTILOBJ = utils.o utils_math.o rt_names.o ll_map.o ll_types.o ll_proto.o ll_addr.o \
+       inet_proto.o namespace.o json_writer.o json_print.o json_print_math.o \
        names.o color.o bpf_legacy.o bpf_glue.o exec.o fs.o cg_map.o
 
 ifeq ($(HAVE_ELF),y)