mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
f9c87adc47
Signed-off-by: Martin Fuzzey <martin.fuzzey@flowbird.group>
6 lines
185 B
Makefile
6 lines
185 B
Makefile
obj-$(CONFIG_W1_EEPROM) += w1-eeprom-uclass.o
|
|
|
|
obj-$(CONFIG_W1_EEPROM_DS24XXX) += ds24xxx.o
|
|
obj-$(CONFIG_W1_EEPROM_DS2502) += ds2502.o
|
|
|
|
obj-$(CONFIG_W1_EEPROM_SANDBOX) += eep_sandbox.o
|