2018-05-06 21:58:06 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2014-02-07 07:07:36 +00:00
|
|
|
#
|
|
|
|
# Makefile
|
|
|
|
#
|
2015-05-28 13:41:12 +00:00
|
|
|
# Copyright (C) 2013 Hannes Schmelzer <oe5hpm@oevsv.at>
|
2014-02-07 07:07:36 +00:00
|
|
|
# Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com
|
|
|
|
|
|
|
|
ifeq ($(CONFIG_SPL_BUILD),y)
|
|
|
|
obj-y := mux.o
|
|
|
|
endif
|
|
|
|
obj-y += ../common/common.o
|
|
|
|
obj-y += board.o
|