From: Michal Sojka Date: Sun, 24 Aug 2008 11:33:00 +0000 (+0000) Subject: clean target also cleans all generated .c and .h files X-Git-Tag: v0.1-sssa~48 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/commitdiff_plain/bbd0ab0e18aecd717d64be870e530015e3cb3485 clean target also cleans all generated .c and .h files darcs-hash:20080824113308-f2ef6-24c9b3e69510631ad4ae10455e309fe7d638eddf.gz --- diff --git a/snippets/linux b/snippets/linux index 8c88223..ded6560 100644 --- a/snippets/linux +++ b/snippets/linux @@ -742,7 +742,7 @@ endif clean-local: clean-custom @echo Cleaning in $(KERN_OBJS_DIR) and $(USER_OBJS_DIR) - @rm -f $(KERN_OBJS_DIR)/*.o $(USER_OBJS_DIR)/*.o $(USER_OBJS_DIR)/*.lo \ + @rm -f $(KERN_OBJS_DIR)/*.o $(USER_OBJS_DIR)/*.[och] $(USER_OBJS_DIR)/*.lo\ $(KERN_OBJS_DIR)/*.d $(USER_OBJS_DIR)/*.d \ $(KERN_OBJS_DIR)/*.map $(USER_OBJS_DIR)/*.map \ $(KERN_OBJS_DIR)/*.mod.c \