diff options
author | rick | 2017-05-18 14:37:53 +0800 |
---|---|---|
committer | Andes | 2017-05-22 14:05:46 +0800 |
commit | b841b6e94662b3b21a56d6ecaab64dcdfb0d311c (patch) | |
tree | 92847f53ffaeb104754e2940b32b981314627750 /board/AndesTech/adp-ae3xx/Makefile | |
parent | f5076f869855045e527de7f1367c65f55a2b1448 (diff) |
nds32: Support AE3XX platform.
Support Andestech AE3xx platform: serial, timer device tree flow.
Signed-off-by: rick <rick@andestech.com>
Diffstat (limited to 'board/AndesTech/adp-ae3xx/Makefile')
-rw-r--r-- | board/AndesTech/adp-ae3xx/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/board/AndesTech/adp-ae3xx/Makefile b/board/AndesTech/adp-ae3xx/Makefile new file mode 100644 index 00000000000..842dfb4dcb3 --- /dev/null +++ b/board/AndesTech/adp-ae3xx/Makefile @@ -0,0 +1,8 @@ +# +# Copyright (C) 2016 Andes Technology Corporation +# Rick Chen, Andes Technology Corporation <rick@andestech.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := adp-ae3xx.o |