kbuild: improve error from file2alias
authorSam Ravnborg <sam@mars.ravnborg.org>
Sun, 9 Jul 2006 14:26:07 +0000 (16:26 +0200)
committerSam Ravnborg <sam@mars.ravnborg.org>
Tue, 1 Aug 2006 09:32:46 +0000 (11:32 +0200)
commitfb33d81613a4e3e27972a65b6e566de50a447d33
treefe2231d0d6cb1eec8123c9b5cebf3ca344eff1f9
parentc181c64c8fcf99476978510ba1021518c4ffbf03
kbuild: improve error from file2alias

The original errormessage was just plain unreadable.

Sample error message after this update (not for real - I provoked it):

FATAL: drivers/net/s2io: sizeof(struct pci_device_id)=33 is not a modulo of the
size of section __mod_pci_device_table=160.
Fix definition of struct pci_device_id in mod_devicetable.h

Before a warning was generated - this is now a fatal error.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/mod/file2alias.c