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
|
LIBS += $(SPDK_LIBS) $(PCIACCESS_LIB) -lpthread $(DPDK_LIB) -lrt
|
||||||
|
|
||||||
|
|
||||||
OBJS = $(C_SRCS:.c=.o)
|
|
||||||
|
|
||||||
all : $(APP)
|
all : $(APP)
|
||||||
|
|
||||||
objs : $(OBJS)
|
|
||||||
|
|
||||||
$(APP) : $(OBJS) $(SPDK_LIBS)
|
$(APP) : $(OBJS) $(SPDK_LIBS)
|
||||||
@echo " LINK $@"
|
$(LINK_C)
|
||||||
$(Q)$(CC) $(CPPFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
|
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
$(CLEAN_C) $(APP)
|
$(CLEAN_C) $(APP)
|
||||||
|
Loading…
Reference in New Issue
Block a user