LWN.net Logo

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


(Log in to post comments)

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