uboot/board/sifive/unmatched/Makefile
<<
>>
Prefs
   1# SPDX-License-Identifier: GPL-2.0+
   2#
   3# Copyright (c) 2020-2021 SiFive, Inc
   4
   5obj-$(CONFIG_ID_EEPROM) += hifive-platform-i2c-eeprom.o
   6
   7ifdef CONFIG_SPL_BUILD
   8obj-y += spl.o
   9else
  10obj-y += unmatched.o
  11endif
  12