Makefile 169 B

123456789
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # Copyright (c) 2019 Western Digital Corporation or its affiliates.
  4. obj-y += fu540.o
  5. ifdef CONFIG_SPL_BUILD
  6. obj-y += spl.o
  7. endif