Makefile 216 B

123456789101112
  1. #
  2. # (C) Copyright 2000, 2001, 2002
  3. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  4. #
  5. # SPDX-License-Identifier: GPL-2.0+
  6. #
  7. ifdef CONFIG_SPL_BUILD
  8. obj-y := spl.o common.o
  9. else
  10. obj-y := overo.o common.o
  11. endif