diff options
Diffstat (limited to 'ps2_vusb/Makefile')
-rw-r--r-- | ps2_vusb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ps2_vusb/Makefile b/ps2_vusb/Makefile index e4872fb6d6..406008d84f 100644 --- a/ps2_vusb/Makefile +++ b/ps2_vusb/Makefile @@ -13,7 +13,6 @@ TARGET_SRC = main.c \ matrix.c \ led.c \ ps2.c \ - host_vusb.c \ usart_print.c OPT_DEFS = -DDEBUG_LEVEL=0 |