diff options
author | Bill Nottingham <notting@redhat.com> | 2004-03-05 19:17:39 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-03-05 19:17:39 +0000 |
commit | 57b85ff689790b663b9b13b6b02f49a36bdd7d44 (patch) | |
tree | 802b4c49793513a540d8a1745e3b1369ee9d0fef /scripts | |
parent | f2ae036638851637b3447f40c63aeffd446cc559 (diff) | |
download | anaconda-57b85ff689790b663b9b13b6b02f49a36bdd7d44.tar.gz anaconda-57b85ff689790b663b9b13b6b02f49a36bdd7d44.tar.xz anaconda-57b85ff689790b663b9b13b6b02f49a36bdd7d44.zip |
various other foo.o -> foo.ko conversions
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mk-dd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-dd b/scripts/mk-dd index ceeb9d1ce..e4989924a 100755 --- a/scripts/mk-dd +++ b/scripts/mk-dd @@ -58,7 +58,7 @@ rm -rf /tmp/modules mkdir /tmp/modules name=$(echo $srcname | sed 's/\.c$//') -obj=${name}.o +obj=${name}.ko klist="UP- SMP-smp ENTERPRISE-enterprise BOOT-BOOT" |