You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In \verb|Makefile|, \verb|$(CURDIR)| can set to the absolute pathname of the current working directory(after all \verb|-C| options are processed, if any).
@@ -461,10 +461,10 @@ \subsection{Hello and Goodbye}
461
461
PWD := $(CURDIR)
462
462
463
463
all:
464
-
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
0 commit comments