Commit afa8cfbc authored by Jim Harris's avatar Jim Harris
Browse files

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



This enables some future Makefile simplifications.

Signed-off-by: default avatarJim Harris <james.r.harris@intel.com>
Change-Id: I28e001e0e261d6c9f556cf53585e223f64cf0ae0
parent ae6fbf1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)