Makefile 204 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # Copyright (c) 2020-2021 SiFive, Inc
  4. obj-$(CONFIG_ID_EEPROM) += hifive-platform-i2c-eeprom.o
  5. ifdef CONFIG_SPL_BUILD
  6. obj-y += spl.o
  7. else
  8. obj-y += unmatched.o
  9. endif