nvme/reset: clean up Makefile
Remove the common code that was factored out to spdk.common.mk. Change-Id: I2a6265fa144b2c03f3484e2aa528fd1e15d13429 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
b1b84a2a66
commit
dfeacab2e2
@ -46,16 +46,10 @@ SPDK_LIBS += $(SPDK_ROOT_DIR)/lib/nvme/libspdk_nvme.a \
|
||||
|
||||
LIBS += $(SPDK_LIBS) $(PCIACCESS_LIB) -lpthread $(DPDK_LIB) -lrt
|
||||
|
||||
|
||||
OBJS = $(C_SRCS:.c=.o)
|
||||
|
||||
all : $(APP)
|
||||
|
||||
objs : $(OBJS)
|
||||
|
||||
$(APP) : $(OBJS) $(SPDK_LIBS)
|
||||
@echo " LINK $@"
|
||||
$(Q)$(CC) $(CPPFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
|
||||
$(LINK_C)
|
||||
|
||||
clean :
|
||||
$(CLEAN_C) $(APP)
|
||||
|
Loading…
Reference in New Issue
Block a user