diff options
author | Hannes Schmelzer <hannes.schmelzer@br-automation.com> | 2019-08-01 07:04:46 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-12 13:33:37 -0400 |
commit | 60df809f626016d9992a7e894799a675c61d4d4b (patch) | |
tree | 14f47e0817c06fdd691a744ac065ea047b238b4f /board/BuR/brsmarc1/Makefile | |
parent | 6912f2a8ae9d98203cb2470c472d3f2fde78357b (diff) |
board/BuR/brsmarc1: initial commit
This commit adds support for the B&R brsmarc1 SoM.
The SoM is based on TI's AM335x SoC.
Mainly vxWorks 6.9.4.x is running on the board,
doing some PLC stuff on various carrier boards.
Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
Diffstat (limited to 'board/BuR/brsmarc1/Makefile')
-rw-r--r-- | board/BuR/brsmarc1/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/board/BuR/brsmarc1/Makefile b/board/BuR/brsmarc1/Makefile new file mode 100644 index 0000000000..1c3f64dea4 --- /dev/null +++ b/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 |