Added display of fan status and temperature sensors.
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
.PHONY : clean debug
|
||||
|
||||
OBJS = evga-icx.o evga-card.o icx3.o
|
||||
LDLIBS = -li2c
|
||||
objects = evga-icx.o
|
||||
CFLAGS = -MD
|
||||
|
||||
evga-icx : $(objects)
|
||||
evga-icx : $(OBJS)
|
||||
|
||||
debug : CFLAGS += -g -O0
|
||||
debug : evga-icx
|
||||
|
||||
clean :
|
||||
rm evga-icx $(objects)
|
||||
|
||||
rm evga-icx $(OBJS)
|
||||
rm *.d
|
||||
|
||||
-include $(OBJS:.o=.d)
|
||||
Reference in New Issue
Block a user