On Sun, Jun 24, 2007 at 09:40:40AM -0700, Easthope wrote:
> Debian users,
>
> In
>
> http://git.kernel.org/?p=linux/kernel/git/linville/wireless-dev.git;a=
> summary
>
> Vivek described a makefile containing this text.
>
> obj-m := hello.o
> KDIR := /lib/modules/$(shell uname -r)/build
> PWD :
Debian users,
In
http://git.kernel.org/?p=linux/kernel/git/linville/wireless-dev.git;a=
summary
Vivek described a makefile containing this text.
obj-m := hello.o
KDIR := /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
default:
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
shell is no
2 matches
Mail list logo