Green Wan | 70415e1 | 2021-05-27 06:52:13 -0700 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
2 | # | ||||
3 | # Copyright (c) 2020-2021 SiFive, Inc | ||||
4 | |||||
Zong Li | 946afdf | 2021-06-30 23:23:45 +0800 | [diff] [blame] | 5 | obj-$(CONFIG_ID_EEPROM) += hifive-platform-i2c-eeprom.o |
Green Wan | 70415e1 | 2021-05-27 06:52:13 -0700 | [diff] [blame] | 6 | |
7 | ifdef CONFIG_SPL_BUILD | ||||
8 | obj-y += spl.o | ||||
Zong Li | 87e8481 | 2021-07-27 17:06:58 +0800 | [diff] [blame] | 9 | else |
10 | obj-y += unmatched.o | ||||
Green Wan | 70415e1 | 2021-05-27 06:52:13 -0700 | [diff] [blame] | 11 | endif |