what's with the adm1032eb entry in i2c/kernel/Module.mk? did it come in accidentally with this patch? ifneq ($(shell if grep -q '^CONFIG_I2C_ADM1032EB=y' $(LINUX)/.config; then echo 1; fi),1) KERNELTARGETS += $(MODULE_DIR)/i2c-adm1032eb.o endif ---------------------------- revision 1.23 date: 2003/12/24 16:40:39; author: khali; state: Exp; lines: +5 -2 (Khali) Remove -o and -g args to install, as was done for lm_sensors by mds on suggestion by Haakon Riiser.