kbuild: remove user ID check in scripts/mkmakefile
[linux-2.6-microblaze.git] / scripts / mkmakefile
index e210644..2435428 100755 (executable)
@@ -8,7 +8,6 @@
 # $1 - Kernel src directory
 # $2 - Output directory
 
-test ! -r $2/Makefile -o -O $2/Makefile || exit 0
 # Only overwrite automatically generated Makefiles
 # (so we do not overwrite kernel Makefile)
 if test -e $2/Makefile && ! grep -q Automatically $2/Makefile