diff options
| author | Luka Perkov <luka@openwrt.org> | 2013-11-05 08:00:34 +0000 |
|---|---|---|
| committer | Luka Perkov <luka@openwrt.org> | 2013-11-05 08:00:34 +0000 |
| commit | cb07269988cd3be7cbbd3278081c5688ae8d7616 (patch) | |
| tree | 140051364b271b5d49c01c572e3e534f7e0d0842 /target/linux/sunxi/cortex-a8/target.mk | |
| parent | da224973af13644fb0b76d9422234a1f89e53134 (diff) | |
| download | mtk-20170518-cb07269988cd3be7cbbd3278081c5688ae8d7616.zip mtk-20170518-cb07269988cd3be7cbbd3278081c5688ae8d7616.tar.gz mtk-20170518-cb07269988cd3be7cbbd3278081c5688ae8d7616.tar.bz2 | |
sunxi: add new target
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38651
Diffstat (limited to 'target/linux/sunxi/cortex-a8/target.mk')
| -rw-r--r-- | target/linux/sunxi/cortex-a8/target.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/sunxi/cortex-a8/target.mk b/target/linux/sunxi/cortex-a8/target.mk new file mode 100644 index 0000000..15984a6 --- /dev/null +++ b/target/linux/sunxi/cortex-a8/target.mk @@ -0,0 +1,11 @@ +# +# Copyright (C) 2013 OpenWrt.org +# + +BOARDNAME:=A10, A10s and A13 +SUBTARGET:=cortex-a8 +CPU_TYPE:=cortex-a8 + +define Target/Description + Allwinner A10, A10s and A13 SoC +endef |
