net/sfc: rename version map file
The version map filename does not comply with the format used by meson build rules for drivers (i.e. on the upper level) and needs to be revisited. This patch removes efx postfix from the driver title in the filename. Signed-off-by: Ivan Malov <ivan.malov@oktetlabs.ru> Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
This commit is contained in:
parent
9d6cc2d30a
commit
7106c99cb8
@ -60,7 +60,7 @@ BASE_DRIVER_OBJS=$(sort $(patsubst %.c,%.o,$(notdir $(wildcard $(SRCDIR)/base/*.
|
|||||||
$(foreach obj, $(BASE_DRIVER_OBJS), \
|
$(foreach obj, $(BASE_DRIVER_OBJS), \
|
||||||
$(eval CFLAGS_$(obj)+=$(CFLAGS_BASE_DRIVER)))
|
$(eval CFLAGS_$(obj)+=$(CFLAGS_BASE_DRIVER)))
|
||||||
|
|
||||||
EXPORT_MAP := rte_pmd_sfc_efx_version.map
|
EXPORT_MAP := rte_pmd_sfc_version.map
|
||||||
|
|
||||||
LIBABIVER := 1
|
LIBABIVER := 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user