Makefile 399 B

12345678910111213141516171819
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # Makefile
  4. #
  5. # (C) Copyright 2013 Siemens Schweiz AG
  6. # (C) Heiko Schocher, DENX Software Engineering, hs@denx.de.
  7. #
  8. # Based on:
  9. # u-boot:/board/ti/am335x/Makefile
  10. # Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
  11. ifdef CONFIG_SPL_BUILD
  12. obj-y := mux.o
  13. endif
  14. obj-y += board.o
  15. ifndef CONFIG_SPL_BUILD
  16. obj-y += ../common/factoryset.o
  17. endif