Makefile 207 B

123456789101112
  1. # SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
  2. #
  3. # Copyright (C) 2018, STMicroelectronics - All Rights Reserved
  4. #
  5. ifdef CONFIG_SPL_BUILD
  6. obj-y += spl.o
  7. else
  8. obj-y += stm32mp1.o
  9. endif
  10. obj-y += board.o