From d45f894822b06e37a32f071a3c28efd0f9318e9f Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Mon, 26 Nov 2018 13:40:25 +0000 Subject: [PATCH] Rename C implementation of hashval --- base/modules/Makefile | 2 +- base/modules/aux/{hashval.c => psb_hashval.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename base/modules/aux/{hashval.c => psb_hashval.c} (100%) diff --git a/base/modules/Makefile b/base/modules/Makefile index 4c630baf..c668a58f 100644 --- a/base/modules/Makefile +++ b/base/modules/Makefile @@ -23,7 +23,7 @@ UTIL_MODS = aux/psb_string_mod.o desc/psb_desc_const_mod.o desc/psb_indx_map_mod aux/psb_ip_reord_mod.o\ aux/psb_i_sort_mod.o aux/psb_s_sort_mod.o aux/psb_d_sort_mod.o \ aux/psb_c_sort_mod.o aux/psb_z_sort_mod.o \ - psb_check_mod.o aux/psb_hash_mod.o\ + psb_check_mod.o aux/psb_hash_mod.o aux/psb_hashval.o\ serial/psb_i_base_vect_mod.o serial/psb_i_vect_mod.o\ serial/psb_d_base_vect_mod.o serial/psb_d_vect_mod.o\ serial/psb_s_base_vect_mod.o serial/psb_s_vect_mod.o\ diff --git a/base/modules/aux/hashval.c b/base/modules/aux/psb_hashval.c similarity index 100% rename from base/modules/aux/hashval.c rename to base/modules/aux/psb_hashval.c