Oh, oh. I tried to build with icarus and gekko support (following my own recipe above) and I got a compile error:
make[2]: Entering directory '/var/www/minera/minera-bin/src/cgminer-gekko'
CC cgminer-cgminer.o
cgminer.c:237:7: error: redefinition of opt_anu_freq
cgminer.c:229:7: note: previous definition of opt_anu_freq was here
cgminer.c:240:7: error: redefinition of opt_rock_freq
cgminer.c:232:7: note: previous definition of opt_rock_freq was here
Makefile:782: recipe for target 'cgminer-cgminer.o' failed
make[2]: *** [cgminer-cgminer.o] Error 1
Novak, could this be a copy/paste issue where a variable got reused without being renamed?