rt-net / RaspberryPiMouse

Raspberry Pi Mouse Device Driver
Other
60 stars 458 forks source link

Refactor install script and support Raspberry Pi 4 #62

Closed Tiryoh closed 3 years ago

Tiryoh commented 3 years ago

What does this implement/fix?

$ ./utils/build_install.bash 
make -C /usr/src/linux-headers-5.4.0-1023-raspi M=/home/ubuntu/RaspberryPiMouse/src/drivers V=0 clean
make[1]: Entering directory '/usr/src/linux-headers-5.4.0-1023-raspi'
  CLEAN   /home/ubuntu/RaspberryPiMouse/src/drivers
  CLEAN   /home/ubuntu/RaspberryPiMouse/src/drivers/Module.symvers
make[1]: Leaving directory '/usr/src/linux-headers-5.4.0-1023-raspi'
make -C /usr/src/linux-headers-5.4.0-1023-raspi M=/home/ubuntu/RaspberryPiMouse/src/drivers V=0 modules
make[1]: Entering directory '/usr/src/linux-headers-5.4.0-1023-raspi'
  CC [M]  /home/ubuntu/RaspberryPiMouse/src/drivers/rtmouse.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC [M]  /home/ubuntu/RaspberryPiMouse/src/drivers/rtmouse.mod.o
  LD [M]  /home/ubuntu/RaspberryPiMouse/src/drivers/rtmouse.ko
make[1]: Leaving directory '/usr/src/linux-headers-5.4.0-1023-raspi'

Does this close any currently open issues?

いいえ

How has this been tested?

Raspberry Pi Mouse実機にて動作確認をしています。

Any other comments?

Checklists