diff options
Diffstat (limited to 'board/BuR/brppt2/Makefile')
-rw-r--r-- | board/BuR/brppt2/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/board/BuR/brppt2/Makefile b/board/BuR/brppt2/Makefile new file mode 100644 index 0000000000..7f3c7cd953 --- /dev/null +++ b/board/BuR/brppt2/Makefile @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ + +# Copyright (C) 2019 +# B&R Industrial Automation GmbH - http://www.br-automation.com +# + +obj-y := ../common/common.o +obj-y += board.o |