diff options
-rw-r--r-- | v4l/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index f80c2aec1..ad1f1ac23 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -189,11 +189,11 @@ clean:: @find . -name '*.c' -type l -exec rm '{}' \; @find . -name '*.h' -type l -exec rm '{}' \; -rm -f *~ *.o *.ko .*.o.cmd .*.ko.cmd *.mod.c av7110_firm.h fdump \ - ivtv-svnversion.h \ - Kconfig Kconfig.kern .config .config.cmd + ivtv-svnversion.h distclean:: clean - -rm -f .version .*.o.flags .*.o.d Makefile.media + -rm -f .version .*.o.flags .*.o.d Makefile.media \ + Kconfig Kconfig.kern .config .config.cmd -rm -rf .tmp_versions @find .. -name '*.orig' -exec rm '{}' \; @find .. -name '*.rej' -exec rm '{}' \; |