Logo
Explore Help
Register Sign In
mawei/panda-meb
1
0
Fork 0
You've already forked panda-meb
mirror of https://github.com/infiniteCable2/panda.git synced 2026-02-24 12:13:52 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
ed831773eaef01ef366cbd1ff7dbe9d8673048ae
panda-meb/drivers/linux/Makefile

25 lines
307 B
Makefile
Raw Normal View History

Add DKMS support This will add dkms support, and make installations easier. Especially when upgrading the system from one kernel version to another. DKMS will handle kernel upgrades automatically.
2017-07-31 11:21:30 -04:00
VERSION=0.0.1
Panda Kernel Driver base in place. Detects device plug and remove.
2017-06-16 14:39:40 -07:00
obj-m+=panda.o
socketcan: usb bulk mode for rx (#584)
2023-10-03 17:44:10 -07:00
all: build install
Add DKMS support This will add dkms support, and make installations easier. Especially when upgrading the system from one kernel version to another. DKMS will handle kernel upgrades automatically.
2017-07-31 11:21:30 -04:00
build:
sudo dkms build panda/$(VERSION)
install:
sudo dkms install panda/$(VERSION)
socketcan: usb bulk mode for rx (#584)
2023-10-03 17:44:10 -07:00
remove:
sudo dkms remove panda/$(VERSION) --all
Add DKMS support This will add dkms support, and make installations easier. Especially when upgrading the system from one kernel version to another. DKMS will handle kernel upgrades automatically.
2017-07-31 11:21:30 -04:00
uninstall:
sudo dkms uninstall panda/$(VERSION)
socketcan: usb bulk mode for rx (#584)
2023-10-03 17:44:10 -07:00
clean: remove
link:
sudo dkms add `pwd`
unload:
sudo rmmod panda
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 38ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API