Skip to content

Instantly share code, notes, and snippets.

@adaskar
Created January 30, 2020 21:36
Embed
What would you like to do?
obj-m += lkm.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment