Re: CONFIG_MODVERSIONS and same named files

2001-02-16 Thread Keith Owens
On Fri, 16 Feb 2001 08:19:28 -0700, Tom Rini <[EMAIL PROTECTED]> wrote: >Hey all. The modversions code has a slight problem with files of the same >name, but in different directories. eg: drivers/a/foo.c exports FOO, and >drivers/b/foo.c exports BAR, include/linux/modules/foo.ver will only

CONFIG_MODVERSIONS and same named files

2001-02-16 Thread Tom Rini
Hey all. The modversions code has a slight problem with files of the same name, but in different directories. eg: drivers/a/foo.c exports FOO, and drivers/b/foo.c exports BAR, include/linux/modules/foo.ver will only have the information about drivers/b/foo.c. Anyone got an idea on how to fix

CONFIG_MODVERSIONS and same named files

2001-02-16 Thread Tom Rini
Hey all. The modversions code has a slight problem with files of the same name, but in different directories. eg: drivers/a/foo.c exports FOO, and drivers/b/foo.c exports BAR, include/linux/modules/foo.ver will only have the information about drivers/b/foo.c. Anyone got an idea on how to fix

Re: CONFIG_MODVERSIONS and same named files

2001-02-16 Thread Keith Owens
On Fri, 16 Feb 2001 08:19:28 -0700, Tom Rini [EMAIL PROTECTED] wrote: Hey all. The modversions code has a slight problem with files of the same name, but in different directories. eg: drivers/a/foo.c exports FOO, and drivers/b/foo.c exports BAR, include/linux/modules/foo.ver will only have the