1obj-$(CONFIG_W1_EEPROM) += w1-eeprom-uclass.o 2 3obj-$(CONFIG_W1_EEPROM_DS24XXX) += ds24xxx.o 4 5obj-$(CONFIG_W1_EEPROM_SANDBOX) += eep_sandbox.o 6