]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/siemens/pxm2/Makefile
tree-wide: Replace http:// link with https:// link for ti.com
[thirdparty/u-boot.git] / board / siemens / pxm2 / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
c0dcece7
HS
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
a94a4071 10# Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
c0dcece7 11
c0dcece7 12ifdef CONFIG_SPL_BUILD
a79854a9 13obj-y := mux.o
c0dcece7
HS
14endif
15
a79854a9 16obj-y += board.o
c0dcece7 17ifndef CONFIG_SPL_BUILD
a79854a9 18obj-y += ../common/factoryset.o
c0dcece7 19endif