Build blinkt and piface in gcc pipeline to prevent bit rot. (#842)

This commit is contained in:
Steve Karg
2024-10-31 21:52:22 -05:00
committed by GitHub
parent 6d9cff2312
commit 97213c3a13
5 changed files with 53 additions and 9 deletions
+4
View File
@@ -39,8 +39,12 @@ MCP23S17_LIB = libmcp23s17
CFLAGS += -I$(PIFACE_INCLUDE)
ifeq (${BUILD},pipeline)
CFLAGS += -DBUILD_PIPELINE
else
LDPIFACE = -Wl,-L$(PIFACE_LIB),-lpifacedigital,-L$(MCP23S17_LIB),-lmcp23s17
LFLAGS += $(LDPIFACE)
endif
OBJS += ${SRC:.c=.o}