]> Git Repo - J-u-boot.git/blob - drivers/w1-eeprom/Makefile
W1-EEPROM: add sandbox driver
[J-u-boot.git] / drivers / w1-eeprom / Makefile
1 obj-$(CONFIG_W1_EEPROM) += w1-eeprom-uclass.o
2
3 obj-$(CONFIG_W1_EEPROM_DS24XXX) += ds24xxx.o
4
5 obj-$(CONFIG_W1_EEPROM_SANDBOX) += eep_sandbox.o
This page took 0.026219 seconds and 4 git commands to generate.