diff options
Diffstat (limited to 'roms/u-boot/board/BuR/tseries/Makefile')
-rw-r--r-- | roms/u-boot/board/BuR/tseries/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot/board/BuR/tseries/Makefile b/roms/u-boot/board/BuR/tseries/Makefile new file mode 100644 index 00000000..ec0d27a7 --- /dev/null +++ b/roms/u-boot/board/BuR/tseries/Makefile @@ -0,0 +1,14 @@ +# +# Makefile +# +# Copyright (C) 2013 Hannes Petermaier <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 |