diff options
author | Hannes Schmelzer <oe5hpm@oevsv.at> | 2016-06-22 12:36:13 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-06-24 17:24:39 -0400 |
commit | 2290fe06421720d1c54523a9acf1052181bc6e87 (patch) | |
tree | 575076886d12071515f42e474a1360c7efdc1fe5 /board/BuR/brppt1/Makefile | |
parent | 8ada4e0ee652d2108c640a4daaf63865ad8dedb1 (diff) |
board/BuR: rename tseries board to brppt1
Rename B&R tseries board to brppt1
Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/BuR/brppt1/Makefile')
-rw-r--r-- | board/BuR/brppt1/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/board/BuR/brppt1/Makefile b/board/BuR/brppt1/Makefile new file mode 100644 index 0000000000..43945d285d --- /dev/null +++ b/board/BuR/brppt1/Makefile @@ -0,0 +1,14 @@ +# +# Makefile +# +# Copyright (C) 2013 Hannes Schmelzer <oe5hpm@oevsv.at> +# Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com +# +# SPDX-License-Identifier: GPL-2.0+ +# + +ifeq ($(CONFIG_SPL_BUILD),y) +obj-y := mux.o +endif +obj-y += ../common/common.o +obj-y += board.o |