diff options
Diffstat (limited to 'users/drashna/rules.mk')
-rw-r--r-- | users/drashna/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/drashna/rules.mk b/users/drashna/rules.mk index b79051508..fa4fb2420 100644 --- a/users/drashna/rules.mk +++ b/users/drashna/rules.mk | |||
@@ -74,7 +74,7 @@ endif | |||
74 | ifeq ($(strip $(PIMORONI_TRACKBALL_ENABLE)), yes) | 74 | ifeq ($(strip $(PIMORONI_TRACKBALL_ENABLE)), yes) |
75 | POINTING_DEVICE_ENABLE := yes | 75 | POINTING_DEVICE_ENABLE := yes |
76 | OPT_DEFS += -DPIMORONI_TRACKBALL_ENABLE | 76 | OPT_DEFS += -DPIMORONI_TRACKBALL_ENABLE |
77 | SRC += pimoroni_trackball.c | 77 | SRC += drivers/sensors/pimoroni_trackball.c |
78 | QUANTUM_LIB_SRC += i2c_master.c | 78 | QUANTUM_LIB_SRC += i2c_master.c |
79 | endif | 79 | endif |
80 | 80 | ||