aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2024-08-10 02:32:33 +0200
committerLouis Burda <quent.burda@gmail.com>2024-08-10 02:32:33 +0200
commit4c462d0af136c244e2c2edf6f464c5f495f5b870 (patch)
tree64c318c976e5bf3665a9d99a553b23fe4ae61d3a /Makefile
parent8e0fad10878f0e81b8ed4d00187309c5ba96287d (diff)
downloadsxkbd-4c462d0af136c244e2c2edf6f464c5f495f5b870.tar.gz
sxkbd-4c462d0af136c244e2c2edf6f464c5f495f5b870.zip
Switch to event-triggered messaging
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d96cb5b..bfa9d67 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ CMAKE_C_FLAGS = -DSPLIT_SIDE=$(shell echo "$(SIDE)" | tr a-z A-Z)
ifdef ROLE
CMAKE_C_FLAGS += -DSPLIT_ROLE=$(shell echo "$(ROLE)" | tr a-z A-Z)
endif
-ifdef GPIO_MOD
+ifneq ($(GPIO_MOD),0)
CMAKE_C_FLAGS += -DBAD_GPIO_MITIGATION=1
endif