Skip to content

Commit

Permalink
Merge pull request #134 from fjtrujy/upgrade_ps2_driver
Browse files Browse the repository at this point in the history
Upgrade ps2_drivers to 1.6.0
  • Loading branch information
fjtrujy authored Jan 25, 2024
2 parents 742c3f9 + a878799 commit c2b2a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ode:

ps2_drivers:
rm -rf $@
git clone --depth 1 -b 1.5.0 https://github.com/fjtrujy/ps2_drivers
git clone --depth 1 -b 1.6.0 https://github.com/fjtrujy/ps2_drivers
$(MAKE) -C $@ all
$(MAKE) -C $@ install
$(MAKE) -C $@ clean
Expand Down

0 comments on commit c2b2a13

Please sign in to comment.