Comment 17 for bug 111694

Revision history for this message
Dan Taylor (slash) wrote :

For those who are having problems with the instructions for the "Makefile", saying "nothing to make for default", do the following:

At the bottom of the Makefile file, on the last line:
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules"

Delete the indentations made with spaces, and replace them with a tab.
What happened was is when you the copied the Makefile text, your browser changed the tab indentation into spaces, thus causing the problem.
There *must* be a tab before the $(MAKE) part.
After I did this I had no issues with the instructions.