diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2013-01-20 17:58:47 +0100 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2013-01-24 22:48:04 +0100 |
commit | 6543becf26fff612cdadeed7250ccc8d49f67f27 (patch) | |
tree | bcba277bb0c03a81aae46965f3ddc76e582b51f1 /scripts/mod/.gitignore | |
parent | a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565 (diff) |
mod/file2alias: make modalias generation safe for cross compiling
Use the target compiler to compute the offsets for the fields of the
device_id structures, so that it won't be broken by different alignments
between the host and target ABIs.
This also fixes missing endian corrections for some modaliases.
Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/mod/.gitignore')
-rw-r--r-- | scripts/mod/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mod/.gitignore b/scripts/mod/.gitignore index e9b7abe7b95b..33bae0df4de5 100644 --- a/scripts/mod/.gitignore +++ b/scripts/mod/.gitignore @@ -1,4 +1,5 @@ elfconfig.h mk_elfconfig modpost +devicetable-offsets.h |