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:
parent
ae6fbf1d2d
commit
afa8cfbc88
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user