post_rules.mk 203 B

123456789101112
  1. ifeq ($(strip $(TRACKPOINT)), yes)
  2. PS2_MOUSE_ENABLE = yes
  3. PS2_ENABLE = yes
  4. PS2_DRIVER = usart
  5. OPT_DEFS += -DUSART
  6. endif
  7. ifeq ($(strip $(AUTO_BUTTONS)), yes)
  8. OPT_DEFS += -DAUTO_BUTTONS
  9. endif