@@ -1,6 +1,6 @@
.PHONY : clean debug
OBJS = evga-icx.o evga-card.o icx3.o
OBJS = evga-icx.o evga-card.o icx3.o board-sensors.o
LDLIBS = -li2c
CFLAGS = -MD
@@ -18,7 +18,7 @@ endif
evga-icx : $(OBJS)
debug : CFLAGS += -g -O0
debug : CFLAGS += -g -Og
debug : evga-icx
clean :
The note is not visible to the blocked user.