On Wed, 2013-09-25 at 09:29 +0800, baoshanqiang wrote:
> But, in my directory, '/usr/src/linux-3.11.1/drivers/helloworld/' ,
> there does have Makefile file. Please refer to the following picture.
> Would you tell me what the reason is? 

Windows (or MacOS) use filesystems which are case-insensitive.  However,
UNIX/Linux use filesystems that are case-sensitive.

So, your directory "helloWorld" (capital W), on UNIX and Linux, is not
the same thing as the directory "helloworld" (lowercase w) that is
listed in your makefile.  Hence your error.

Cheers!


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to