diff --git a/test/lib/nvme/sgl/Makefile b/test/lib/nvme/sgl/Makefile index 2372e7bf9..7a7e8ffe1 100644 --- a/test/lib/nvme/sgl/Makefile +++ b/test/lib/nvme/sgl/Makefile @@ -36,7 +36,7 @@ include $(SPDK_ROOT_DIR)/mk/spdk.common.mk APP = sgl -C_SRCS := nvme_sgl.c +C_SRCS := sgl.c CFLAGS += -I. $(ENV_CFLAGS) diff --git a/test/lib/nvme/sgl/nvme_sgl.c b/test/lib/nvme/sgl/sgl.c similarity index 100% rename from test/lib/nvme/sgl/nvme_sgl.c rename to test/lib/nvme/sgl/sgl.c