diff options
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 |