瀏覽代碼

Add unifdef host tool to clean target

Carmelo Amoroso 17 年之前
父節點
當前提交
a0adf1fefe
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Makefile.in

+ 1 - 0
Makefile.in

@@ -353,6 +353,7 @@ clean:
 		done; \
 	fi
 	@$(RM) include/linux include/asm*
+	$(RM) $(top_builddir)extra/scripts/unifdef
 
 distclean: clean
 	-find . \( -name core -o -name \*.orig -o -name \*~ \) -exec $(RM) {} \;