mk: fix cleaning files
authorFerruh Yigit <ferruh.yigit@intel.com>
Wed, 22 Feb 2017 20:54:45 +0000 (20:54 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 28 Feb 2017 16:46:18 +0000 (17:46 +0100)
Remove remaining .lib.cmd, pmd.c, pmd.o and app.map files.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
mk/rte.app.mk
mk/rte.lib.mk

index 92f3635..d46a33e 100644 (file)
@@ -272,7 +272,7 @@ clean: _postclean
 .PHONY: doclean
 doclean:
        $(Q)rm -rf $(APP) $(OBJS-all) $(DEPS-all) $(DEPSTMP-all) \
-         $(CMDS-all) $(INSTALL-FILES-all) .$(APP).cmd
+         $(CMDS-all) $(INSTALL-FILES-all) .$(APP).cmd $(APP).map
 
 
 include $(RTE_SDK)/mk/internal/rte.compile-post.mk
index 33a5f5a..987553d 100644 (file)
@@ -172,7 +172,7 @@ clean: _postclean
 .PHONY: doclean
 doclean:
        $(Q)rm -rf $(LIB) $(OBJS-all) $(DEPS-all) $(DEPSTMP-all) \
-         $(CMDS-all) $(INSTALL-FILES-all)
+         $(CMDS-all) .$(LIB).cmd $(INSTALL-FILES-all) *.pmd.c *.pmd.o
        $(Q)rm -f $(_BUILD_TARGETS) $(_INSTALL_TARGETS) $(_CLEAN_TARGETS)
 
 include $(RTE_SDK)/mk/internal/rte.compile-post.mk