diff options
Diffstat (limited to 'roms/u-boot/board/BuR/brsmarc1/Makefile')
-rw-r--r-- | roms/u-boot/board/BuR/brsmarc1/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/board/BuR/brsmarc1/Makefile b/roms/u-boot/board/BuR/brsmarc1/Makefile new file mode 100644 index 000000000..1c3f64dea --- /dev/null +++ b/roms/u-boot/board/BuR/brsmarc1/Makefile @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (C) 2019 Hannes Schmelzer <oe5hpm@oevsv.at> - +# B&R Industrial Automation GmbH - http://www.br-automation.com/ +# + +obj-$(CONFIG_SPL_BUILD) += mux.o +obj-y += ../common/br_resetc.o +obj-y += ../common/common.o +obj-y += board.o |