diff options
Diffstat (limited to 'board/sifive/unmatched/Makefile')
-rw-r--r-- | board/sifive/unmatched/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sifive/unmatched/Makefile b/board/sifive/unmatched/Makefile index 6308c80d643..e00b330e8ce 100644 --- a/board/sifive/unmatched/Makefile +++ b/board/sifive/unmatched/Makefile @@ -3,6 +3,7 @@ # Copyright (c) 2020-2021 SiFive, Inc obj-y += unmatched.o +obj-$(CONFIG_ID_EEPROM) += hifive-platform-i2c-eeprom.o ifdef CONFIG_SPL_BUILD obj-y += spl.o |