source:
scripts/patches/depmod-pl-lfh-cross-compile.patch@
76a1d35
Last change on this file since 76a1d35 was 7f65c0e, checked in by , 19 years ago | |
---|---|
|
|
File size: 315 bytes |
-
depmod.pl
old new 82 82 warn "MODULE = $tgtname\n" if $verbose; 83 83 84 84 # get a list of symbols 85 @output=` nm $obj`;85 @output=`$ENV{CROSS_COMPILE}nm $obj`; 86 86 $ksymtab=grep m/ __ksymtab/, @output; 87 87 88 88 # gather the exported symbols
Note:
See TracBrowser
for help on using the repository browser.