uboot/board/siemens/pxm2/Makefile
<<
>>
Prefs
   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
  12ifdef CONFIG_SPL_BUILD
  13obj-y   := mux.o
  14endif
  15
  16obj-y   += board.o
  17ifndef CONFIG_SPL_BUILD
  18obj-y += ../common/factoryset.o
  19endif
  20