diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2018-01-20 19:16:05 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-01-26 12:38:13 +0100 |
commit | 664ec31db7b99269b612360ffb3c9840a195e263 (patch) | |
tree | b3548793a64fe969265407109a33444fb8ddb3a0 /board/comtrend/ar5315u/Makefile | |
parent | 3483f28ebfaf968112ede2f075b9769a007cacdd (diff) |
MIPS: add BMIPS Comtrend AR-5315u board
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'board/comtrend/ar5315u/Makefile')
-rw-r--r-- | board/comtrend/ar5315u/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/comtrend/ar5315u/Makefile b/board/comtrend/ar5315u/Makefile new file mode 100644 index 0000000000..5d2f590375 --- /dev/null +++ b/board/comtrend/ar5315u/Makefile @@ -0,0 +1,5 @@ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += ar-5315u.o |