Re: [PATCH] scripts/Makefile.modpost: error in finding modules from .mod files.

2012-08-31 Thread Michal Marek
On Wed, Aug 29, 2012 at 10:58:12PM +0900, 이건호 wrote: > This error may happen when the user's id or path includes .ko string. > For example, user's id is xxx.ko and building test.ko module, > the test.mod file lists ko name and all object files. >/home/xxx.ko/kernel_dev/device/drivers/test.ko >

[PATCH] scripts/Makefile.modpost: error in finding modules from .mod files.

2012-08-29 Thread 이건호
This error may happen when the user's id or path includes .ko string. For example, user's id is xxx.ko and building test.ko module, the test.mod file lists ko name and all object files. /home/xxx.ko/kernel_dev/device/drivers/test.ko /home/xxx.ko/kernel_dev/device/drivers/test_main.o /home/xxx

[PATCH] scripts/Makefile.modpost: error in finding modules from .mod files.

2012-08-28 Thread 이건호
This error may happen when the user's id or path includes .ko string. For example, user's id is xxx.ko and building test.ko module, the test.mod file lists ko name and all object files. /home/xxx.ko/kernel_dev/device/drivers/test.ko /home/xxx.ko/kernel_dev/device/drivers/test_main.o /home/xxx