summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a36f5f3..48e540a 100644
--- a/Makefile
+++ b/Makefile
@@ -159,6 +159,7 @@ gen-patch:
mkdir -p $(SVN_DIR_DST)/$$dir; \
cp $$dir/*.[ch] $$dir/Kbuild $(SVN_DIR_DST)/$$dir/ ; \
done
+ find $(SVN_DIR_DST) -name \*.mod.c -exec rm -f '{}' \;
# Preserve base Kbuild:
for file in $(OVERRIDE_FILES); do \
cp $(SVN_DIR_SRC)/$(BASE_DIR)/$$file $(SVN_DIR_DST)/$(BASE_DIR)/; \