Skip to content

Commit

Permalink
Don't compile in USB mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 committed Nov 16, 2023
1 parent c05c721 commit 8542f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ add_library(dev OBJECT bugger.c cassette.c cartridge.c hasp.c hwm.c hwm_lm75.c h
smbus_piix4.c smbus_ali7101.c keyboard.c keyboard_xt.c
kbc_at.c kbc_at_dev.c
keyboard_at.c
mouse.c mouse_bus.c mouse_serial.c mouse_ps2.c mouse_usb.c phoenix_486_jumper.c
mouse.c mouse_bus.c mouse_serial.c mouse_ps2.c phoenix_486_jumper.c
serial_passthrough.c)

if(NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang")
Expand Down

0 comments on commit 8542f25

Please sign in to comment.