Skip to content

Instantly share code, notes, and snippets.

@vaishnavachath
Created June 3, 2019 11:27
Show Gist options
  • Save vaishnavachath/c084ebd8bc0531e714baf2413770b5c3 to your computer and use it in GitHub Desktop.
Save vaishnavachath/c084ebd8bc0531e714baf2413770b5c3 to your computer and use it in GitHub Desktop.
obj-m+=dummy_hcd.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