diff options
author | Wills Wang <wills.wang@live.com> | 2016-03-16 16:59:59 +0800 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2016-05-21 01:25:50 +0200 |
commit | 6a7b52bc8d30090633d098f9e988276beb7a53d5 (patch) | |
tree | 1aaeb4e17dbba7a2602aabb811048e20225cf94e /board/qca/ap121/Makefile | |
parent | b85dc4607268ffc49af642ab702d44c8b5ef3719 (diff) |
mips: ath79: add AP121 reference board
This patch add board-level code and base DT for AP121.
Signed-off-by: Wills Wang <wills.wang@live.com>
[updated defconfig, enabled CONFIG_USE_PRIVATE_LIBGCC=y]
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'board/qca/ap121/Makefile')
-rw-r--r-- | board/qca/ap121/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/qca/ap121/Makefile b/board/qca/ap121/Makefile new file mode 100644 index 0000000000..ced5432e86 --- /dev/null +++ b/board/qca/ap121/Makefile @@ -0,0 +1,5 @@ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y = ap121.o |