Files
linux-apfs/drivers/misc/eeprom/Makefile
T

5 lines
157 B
Makefile
Raw Normal View History

2009-01-26 21:19:57 +01:00
obj-$(CONFIG_EEPROM_AT24) += at24.o
obj-$(CONFIG_EEPROM_AT25) += at25.o
obj-$(CONFIG_EEPROM_LEGACY) += eeprom.o
obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o