]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_cfgfile/Makefile
eal: simplify meson build of common directory
[dpdk.git] / lib / librte_cfgfile / Makefile
index d9512565e559fcd66c09a593f1c4dd9cb2aae1b5..d3b08420ff55d2bf053af05100e7c8570a4af7e5 100644 (file)
@@ -11,11 +11,10 @@ LIB = librte_cfgfile.a
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
 CFLAGS += -I$(SRCDIR)/../librte_eal/common/include
+LDLIBS += -lrte_eal
 
 EXPORT_MAP := rte_cfgfile_version.map
 
-LIBABIVER := 2
-
 #
 # all source are stored in SRCS-y
 #