diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2017-04-25 00:39:24 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2017-05-10 16:16:09 +0200 |
commit | 0642f485dc7b22e147ec85180af1f524c04b46ce (patch) | |
tree | 88d9aa778d5a735e4b4155cc8adb270102b113ee /board/comtrend/ar5387un/Makefile | |
parent | 6471a225e708f550077d0f6c6c1b9e8773b5e9d6 (diff) |
MIPS: add BMIPS Comtrend AR-5387un board
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/comtrend/ar5387un/Makefile')
-rw-r--r-- | board/comtrend/ar5387un/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/comtrend/ar5387un/Makefile b/board/comtrend/ar5387un/Makefile new file mode 100644 index 0000000000..9de1cd2ba2 --- /dev/null +++ b/board/comtrend/ar5387un/Makefile @@ -0,0 +1,5 @@ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += ar-5387un.o |