projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
[platform/kernel/u-boot.git]
/
board
/
BuR
/
tseries
/
Makefile
1
#
2
# Makefile
3
#
4
# Copyright (C) 2013 Hannes Petermaier <oe5hpm@oevsv.at>
5
# Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com
6
#
7
# SPDX-License-Identifier: GPL-2.0+
8
#
9
10
ifeq ($(CONFIG_SPL_BUILD),y)
11
obj-y := mux.o
12
endif
13
obj-y += ../common/common.o
14
obj-y += board.o