test/nvme: rename nvme_sgl.c to sgl.c

This enables some future Makefile simplifications.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I28e001e0e261d6c9f556cf53585e223f64cf0ae0
This commit is contained in:
Jim Harris 2016-11-18 10:57:11 -07:00
parent ae6fbf1d2d
commit afa8cfbc88
2 changed files with 1 additions and 1 deletions

View File

@ -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)