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
