diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2018-01-20 14:16:56 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-01-26 12:35:22 +0100 |
commit | c320b923f5ef331d830cde298c48d8a72164025a (patch) | |
tree | d59645d310d7c54e3d3ab98db694f56a51a1ac02 /board/comtrend/wap5813n/Makefile | |
parent | 43b7ab99ecacb1d0556de8d3c1950aefc8fb23b0 (diff) |
MIPS: add BMIPS Comtrend WAP-5813n board
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'board/comtrend/wap5813n/Makefile')
-rw-r--r-- | board/comtrend/wap5813n/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/comtrend/wap5813n/Makefile b/board/comtrend/wap5813n/Makefile new file mode 100644 index 0000000000..fd7799305d --- /dev/null +++ b/board/comtrend/wap5813n/Makefile @@ -0,0 +1,5 @@ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += wap-5813n.o |