mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-05 02:51:00 +00:00
84e55bdd8b
Add a sandbox driver for a one wire EEPROM memory Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
5 lines
142 B
Makefile
5 lines
142 B
Makefile
obj-$(CONFIG_W1_EEPROM) += w1-eeprom-uclass.o
|
|
|
|
obj-$(CONFIG_W1_EEPROM_DS24XXX) += ds24xxx.o
|
|
|
|
obj-$(CONFIG_W1_EEPROM_SANDBOX) += eep_sandbox.o
|