Open andrewcapybara opened 2 years ago
same error here
I was able to fix this by opening makefile and replacing all instances of M=$(PWD) with M=$(shell pwd)
I was able to fix this by opening makefile and replacing all instances of M=$(PWD) with M=$(shell pwd)
Where is that makefile located?
May be /lib/modules/$(uname -r)/build
. Although those lines seemed to be removed in Ubuntu 22.04 kernel version 6.5.0. Instead you could try something as follows:
export KBUILD_EXTMOD=$(pwd)
before running make.
Sorry, I'm a bit of a noob, so maybe I should know my way out of this. It seems Mr Make can't find his way into a directory:
Pretty sure I'm in the right directory - just in home/fl2000_drm What do I need to do to continue the compile?