]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/Makefile
cmd: eeprom: add support for layout aware commands
[people/ms/u-boot.git] / common / Makefile
index f9b26b7bbe49d66f1bb0c7d470fd65c315bfa887..0562d5cea46a5d50b1364451fd8b7701348551bb 100644 (file)
@@ -156,6 +156,9 @@ obj-y += fb_nand.o
 endif
 endif
 
+ifdef CONFIG_CMD_EEPROM_LAYOUT
+obj-y += eeprom/eeprom_field.o eeprom/eeprom_layout.o
+endif
 # We always have this since drivers/ddr/fs/interactive.c needs it
 obj-$(CONFIG_CMDLINE) += cli_simple.o