Omit misleading: nommu.c
[nethome.git] / bin / kernel / kernelsrc
index 016cc9c..85727c7 100755 (executable)
@@ -56,4 +56,6 @@ exec find -type d '(' -false \
                -o -name config \
                                ')' \
                -prune \
-               -o -type f -name "*.[ch]" -print
+               -o -type f -name "*.[ch]" \
+                               -a '!' -name nommu.c \
+                               -print