File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ CFLAGS ?= -O2 -g -Wall -Werror
22CFLAGS += -std=gnu99
33CPPFLAGS += -D_GNU_SOURCE -D__CHECK_ENDIAN__
44LIBUUID = $(shell $(LD ) -o /dev/null -luuid >/dev/null 2>&1; echo $$? )
5- NVME = nvme
5+ NVME = switchtec- nvme
66INSTALL ?= install
77DESTDIR =
88PREFIX ?= /usr/local
@@ -37,7 +37,7 @@ OBJS := argconfig.o suffix.o parser.o nvme-print.o nvme-ioctl.o \
3737 huawei-nvme.o netapp-nvme.o toshiba-nvme.o switchtec-nvme-device.o \
3838 rc-nvme-device.o switchtec-nvme.o
3939
40- nvme : nvme.c nvme.h $(OBJS ) NVME-VERSION-FILE
40+ $( NVME ) : nvme.c nvme.h $(OBJS ) NVME-VERSION-FILE
4141 $(CC ) $(CPPFLAGS ) $(CFLAGS ) nvme.c -o $(NVME ) $(OBJS ) $(LDFLAGS ) -lswitchtec
4242
4343nvme.o : nvme.c nvme.h nvme-device.h rc-nvme-device.h pax-nvme-device.h nvme-print.h nvme-ioctl.h argconfig.h suffix.h nvme-lightnvm.h fabrics.h
You can’t perform that action at this time.
0 commit comments