blob: e0360a33919177c30670ff8dd1bb8e79eae7a415 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
ifeq ($(strip $(TRACKPOINT)), yes)
PS2_MOUSE_ENABLE = yes
PS2_USE_USART = yes
OPT_DEFS += -DUSART
endif
ifeq ($(strip $(AUTO_BUTTONS)), yes)
OPT_DEFS += -DAUTO_BUTTONS
endif
|