Makefile 202 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # (C) Copyright 2000-2006
  4. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  5. ifndef CONFIG_SPL_BUILD
  6. obj-y := mx23_olinuxino.o
  7. else
  8. obj-y := spl_boot.o
  9. endif