|
|
Log in / Subscribe / Register

Driver porting: hello world

Driver porting: hello world

Posted Jul 15, 2004 11:34 UTC (Thu) by littertiger (guest, #22470)
In reply to: Driver porting: hello world by hemal
Parent article: Driver porting: hello world

My makefile is simple:

obj-m += hello.o
default:
make -C /lib/modules/$(shell uname -r)/build/ SUBDIRS=$(PWD) modules


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds