]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/siemens/draco/Makefile
siemens:cosmetic, dxr2: rename dxr2 to draco
[people/ms/u-boot.git] / board / siemens / draco / Makefile
CommitLineData
c0dcece7
HS
1#
2# Makefile
3#
4# (C) Copyright 2013 Siemens Schweiz AG
5# (C) Heiko Schocher, DENX Software Engineering, hs@denx.de.
6#
7# Based on:
8# u-boot:/board/ti/am335x/Makefile
9# Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
10#
11# SPDX-License-Identifier: GPL-2.0+
12#
13
c0dcece7 14ifdef CONFIG_SPL_BUILD
a79854a9 15obj-y := mux.o
c0dcece7
HS
16endif
17
a79854a9 18obj-y += board.o
c0dcece7 19ifndef CONFIG_SPL_BUILD
a79854a9 20obj-y += ../common/factoryset.o
c0dcece7 21endif