Files
openpilot-evo/panda/drivers/linux/Makefile
T
Vehicle Researcher 9c2632d9d1 Merge commit 'cd1dd25e640dffec732f3f58fbd9b336d7bf91b6' as 'panda'
old-commit-hash: af301ad7b5cb6cc5c38725082acab3eecab19c29
2020-01-15 14:04:42 -08:00

19 lines
257 B
Makefile

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