mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
Squashed 'panda/' content from commit ae816c104
git-subtree-dir: panda git-subtree-split: ae816c104a99a8cd4d508ccd6abdc7b93053529c
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
VERSION=0.0.1
|
||||
obj-m+=panda.o
|
||||
|
||||
link:
|
||||
sudo dkms add `pwd`
|
||||
|
||||
build:
|
||||
sudo dkms build panda/$(VERSION)
|
||||
|
||||
install:
|
||||
sudo dkms install panda/$(VERSION)
|
||||
|
||||
all: build install
|
||||
|
||||
uninstall:
|
||||
sudo dkms uninstall panda/$(VERSION)
|
||||
sudo dkms remove panda/$(VERSION) --all
|
||||
|
||||
Reference in New Issue
Block a user