Compiling a module outside kernel

Robert M. Albrecht romal at gmx.de
Wed Apr 30 16:27:28 UTC 2008


Hello,

argh. Yes, swapping the spaces with tabs helped.

This must happened while copy & pasting the makefile.

Thanks all for the help.

cu romal


Eric Sandeen schrieb:
> Robert M. Albrecht wrote:
>> Hi Sam,
>>
>> I have a problem in compiling a kernel module
>> (outside the kernel) in F9 (rawhide). Perhaps someone could enlighten me.
>>
>> [root at localhost toshiba_acpi]# ll
>> insgesamt 24
>> -rw-r--r-- 1 root root   145 29. Apr 17:49 Makefile
>> -rw-r--r-- 1 root root 19774 28. Apr 21:46 toshiba_acpi.c
>>
>> [root at localhost toshiba_acpi]# make
>> make: F?r das Ziel ?default? ist nichts zu tun.
>>
>> [root at localhost toshiba_acpi]# cat Makefile
>> obj-m := toshiba_acpi.o
>>
>> KDIR  := /lib/modules/$(shell uname -r)/build
>> PWD   := $(shell pwd)
>>
>> default:
>>     $(MAKE) -C $(KDIR) M=$(PWD) modules
> 
> ^^^ swap those spaces for a tab.
> 
> -eric
> 
> _______________________________________________
> Fedora-kernel-list mailing list
> Fedora-kernel-list at redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-kernel-list




More information about the Fedora-kernel-list mailing list