I see -C Option in build moudles Makefile, and I couldn’t find any reference about that, What is that and what to do exactly?
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
I searched in MANuals and I couldn’t find that.
New contributor
Reza Fadaei is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.