Created
June 14, 2020 09:55
-
-
Save abhishek-jaisingh/8ebae4a14dd9f332f5d4c76b0c30f9c2 to your computer and use it in GitHub Desktop.
Revisions
-
abhishek-jaisingh created this gist
Jun 14, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # Makefile obj-m += hello.o all: make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules clean: make -C /lib/modules/$(shell uname -r)/build M=$(PWD) cleanvv