Merge commit 'refs/top-bases/linux-kernel-disk' into linux-kernel-disk
This commit is contained in:
commit
0b03d82241
|
@ -23,6 +23,7 @@ distclean-local::
|
||||||
-o -name '.*.rej' -o -name 'aclocal.m4' -o -size 0 \
|
-o -name '.*.rej' -o -name 'aclocal.m4' -o -size 0 \
|
||||||
-o -name '*%' -o -name '.*.cmd' -o -name 'core' \
|
-o -name '*%' -o -name '.*.cmd' -o -name 'core' \
|
||||||
-o -name 'Makefile' -o -name 'Module.symvers' \
|
-o -name 'Makefile' -o -name 'Module.symvers' \
|
||||||
|
-o -name '*.order' -o -name '*.markers' \
|
||||||
-o -name '.script-config' \) \
|
-o -name '.script-config' \) \
|
||||||
-type f -print | xargs $(RM)
|
-type f -print | xargs $(RM)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue