diff options
-rwxr-xr-x | scripts/mk-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 113dfd0d7..b81bd3d43 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -311,7 +311,7 @@ makemoduleball() { getmoddeps "$(find . -name *.ko)" ../modules.dep # create the pcitable - $TRIMPCITABLE $(find . -name *.ko -exec basename {} \;) < $PCITABLE > ../pcitable + $TRIMPCITABLE ignore $(find . -name *.ko -exec basename {} \;) < $PCITABLE > ../pcitable # create the modules.pcimap $TRIMMODMAP $PCITABLE $(find . -name *.ko -exec basename {} \;) < $MODMAPS > ../modules.pcimap |