From 3ee35b24e44c8875431dd8521aceaa0e6740023c Mon Sep 17 00:00:00 2001
From: c vw <dl1ycf@darc.de>
Date: Tue, 1 Jun 2021 16:48:40 +0200
Subject: [PATCH] so now gpio.c is included in main list, do not include it it
 GPIO_OBJ

---
 Makefile | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/Makefile b/Makefile
index 59b8dd2..8d27d2b 100644
--- a/Makefile
+++ b/Makefile
@@ -127,21 +127,15 @@ ifeq ($(GPIO_INCLUDE),GPIO)
   GPIO_SOURCES= \
   configure.c \
   i2c.c \
-  gpio.c \
-  encoder_menu.c \
-  switch_menu.c
+  encoder_menu.c
   GPIO_HEADERS= \
   configure.h \
   i2c.h \
-  gpio.h \
-  encoder_menu.h \
-  switch_menu.h
+  encoder_menu.h
   GPIO_OBJS= \
   configure.o \
   i2c.o \
-  gpio.o \
-  encoder_menu.o \
-  switch_menu.o
+  encoder_menu.o
 endif
 
 ifeq ($(LOCALCW_INCLUDE),LOCALCW)
-- 
2.45.2