Comment 6 for bug 111694

Revision history for this message
schlafly (gbenlien7) wrote :

I am a new to linux SqRt7744. I don't understand step 3 "Changed dirs to /usr/src/modules,
created /usr/src/Makefile with the standard module creation 2.6 stuff:

obj-m := cypress_m8.o
KDIR := /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
default:
        $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules"

can you please give more detail?
Thank you in advance.