This commit is contained in:
Your Name
2024-04-27 03:19:19 -05:00
parent df418b503f
commit 03af7b6107
306 changed files with 108529 additions and 119 deletions

View File

@@ -0,0 +1,24 @@
VERSION=0.0.1
obj-m+=panda.o
all: build install
build:
sudo dkms build panda/$(VERSION)
install:
sudo dkms install panda/$(VERSION)
remove:
sudo dkms remove panda/$(VERSION) --all
uninstall:
sudo dkms uninstall panda/$(VERSION)
clean: remove
link:
sudo dkms add `pwd`
unload:
sudo rmmod panda