From 5f06f26e03c0d0902e2466a0312ad4a5650a41af Mon Sep 17 00:00:00 2001 From: tmk Date: Sun, 12 Jul 2015 06:32:53 +0900 Subject: [PATCH] ps2_usb: Fix for V-USB build --- converter/ps2_usb/Makefile.vusb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/converter/ps2_usb/Makefile.vusb b/converter/ps2_usb/Makefile.vusb index 8af5c5b0..d9fa12bc 100644 --- a/converter/ps2_usb/Makefile.vusb +++ b/converter/ps2_usb/Makefile.vusb @@ -18,13 +18,13 @@ else SRC := keymap_plain.c $(SRC) endif -# Use USART for PS/2. With V-USB INT and BUSYWAIT code is not useful. -SRC += protocol/ps2_usart.c -OPT_DEFS += -DPS2_USE_USART - CONFIG_H = config.h +# Use USART for PS/2. With V-USB INT and BUSYWAIT code is not useful. +PS2_USE_USART = yes + + # V-USB debug level: To use ps2_usart.c level must be 0 # ps2_usart.c requires USART to receive PS/2 signal. OPT_DEFS += -DDEBUG_LEVEL=0 -- 2.39.3