Browse Source

Clean kernel always before compiling it.

Elbing Miss 9 years ago
parent
commit
b8ae523cec
1 changed files with 1 additions and 0 deletions
  1. 1 0
      BUILD

+ 1 - 0
BUILD

@@ -249,6 +249,7 @@ link_kernel()
 
 build_kernel()
 {
+	clean_kernel
 	compile_kernel
 	link_kernel
 	echo "KERNEL COMPILED OK"