From: c vw Date: Tue, 1 Jun 2021 14:48:40 +0000 (+0200) Subject: so now gpio.c is included in main list, do not include it it GPIO_OBJ X-Git-Url: https://git.rkrishnan.org/pf/content/en/seg/provisioning?a=commitdiff_plain;h=3ee35b24e44c8875431dd8521aceaa0e6740023c;p=pihpsdr.git so now gpio.c is included in main list, do not include it it GPIO_OBJ --- 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)