Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod/file2alias: make modalias generation safe for cross compiling | Andreas Schwab | 2013-01-24 | 1 | -0/+1 |
| | | | | | | | | | | | 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> | ||||
* | Add some basic .gitignore files | Linus Torvalds | 2005-10-18 | 1 | -0/+4 |
This still leaves driver and architecture-specific subdirectories alone, but gets rid of the bulk of the "generic" generated files that we should ignore. Signed-off-by: Linus Torvalds <torvalds@osdl.org> |