From b611a9e67b5e687bee7eb4f70104bddf9a413239 Mon Sep 17 00:00:00 2001 From: Idan Kamara Date: Sun, 18 Aug 2024 21:18:09 +0300 Subject: [PATCH] fix a typo in build all script --- users/idank/rules.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/idank/rules.mk b/users/idank/rules.mk index 9eeb2c2381c6..b63acacb13ac 100644 --- a/users/idank/rules.mk +++ b/users/idank/rules.mk @@ -117,7 +117,7 @@ ifeq ($(strip $(POINTING_DEVICE)), trackball_cirque35) POINTING_DEVICE_DRIVER = cirque_pinnacle_i2c endif - MSG_POINTING_DEVICE = trackball (left), cirque35 touchpad (right); built for side = $(SIDE)$ + MSG_POINTING_DEVICE = trackball (left), cirque35 touchpad (right); built for side = $(SIDE) MSG_MASTER_SIDE = right endif @@ -159,7 +159,7 @@ ifeq ($(strip $(POINTING_DEVICE)), trackball_cirque40) POINTING_DEVICE_DRIVER = cirque_pinnacle_i2c endif - MSG_POINTING_DEVICE = trackball (left), cirque40 touchpad (right); built for side = $(SIDE)$ + MSG_POINTING_DEVICE = trackball (left), cirque40 touchpad (right); built for side = $(SIDE) MSG_MASTER_SIDE = right endif