diff options
| author | Tom Rini <[email protected]> | 2020-01-21 18:10:28 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-01-21 18:10:28 -0500 |
| commit | 75dd53055a33f5bdb8ee2f53ce76c67052dfca7e (patch) | |
| tree | 2ee907d73cbd5882455cc62fc9ac5724b983112e /cmd/Makefile | |
| parent | ad647690b1346f57847d4c9251293293af8928a8 (diff) | |
| parent | 584a3d2622e9107d09434b05df8b6c50e25fe73f (diff) | |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
- Clearfog: Add run-time board detection with TLV EEPROM support
(Baruch)
Diffstat (limited to 'cmd/Makefile')
| -rw-r--r-- | cmd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/Makefile b/cmd/Makefile index 6afdf65507e..4f29b72c695 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -183,6 +183,8 @@ obj-$(CONFIG_X86) += x86/ obj-$(CONFIG_ARCH_MVEBU) += mvebu/ endif # !CONFIG_SPL_BUILD +obj-$(CONFIG_$(SPL_)CMD_TLV_EEPROM) += tlv_eeprom.o + # core command obj-y += nvedit.o |
