use objcopy instead of creating mod-*.c and mod-*.o

This commit is contained in:
BVK Chaitanya 2010-08-29 16:43:07 +05:30
parent ea943e89a3
commit 6b5f780f05
5 changed files with 86 additions and 22 deletions

View file

@ -1408,3 +1408,8 @@ script = {
name = gensyminfo.sh;
common = gensyminfo.sh.in;
};
script = {
name = genmod.sh;
common = genmod.sh.in;
};