Omit misleading: nommu.c
authorshort <>
Fri, 22 Apr 2005 08:05:38 +0000 (08:05 +0000)
committershort <>
Fri, 22 Apr 2005 08:05:38 +0000 (08:05 +0000)
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