]> git.ipfire.org Git - thirdparty/u-boot.git/blob - drivers/w1-eeprom/Makefile
pinctrl: meson-axg: add support for getting pinmux status
[thirdparty/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 obj-$(CONFIG_W1_EEPROM_DS2502) += ds2502.o
5
6 obj-$(CONFIG_W1_EEPROM_SANDBOX) += eep_sandbox.o