Driver porting: hello world
Driver porting: hello world
Posted Jul 17, 2004 1:14 UTC (Sat) by bhaskie (guest, #23099)In reply to: Driver porting: hello world by hemal
Parent article: Driver porting: hello world
Towards the end of the Makefile:
----------
default:
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
endif
----------
add a tab before the $(MAKE)
copy-pasting code results in such errors. read the man pages.
check http://lwn.net/Articles/21823/ , the Makefile has a tab space there.
