diff options
author | Lars Persson <lars.persson@axis.com> | 2016-02-11 17:06:19 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-02-24 13:55:47 -0800 |
commit | 590b460c3e1399ca50c8f1b23f041e88cf9644d5 (patch) | |
tree | e2b58dd8b1b83e634481525583aafc3a21f51aa6 /arch/arm/Makefile | |
parent | 6ba1c64cd2de65add25eeb168ac6c497967da9a3 (diff) | |
download | linux-590b460c3e1399ca50c8f1b23f041e88cf9644d5.tar.bz2 |
arm: initial machine port for artpec-6 SoC
Basic machine port for the Artpec-6 SoC from Axis
Communications.
Signed-off-by: Lars Persson <larper@axis.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index fe254108d1d9..4eb24c633714 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -154,6 +154,7 @@ textofs-$(CONFIG_ARCH_AXXIA) := 0x00308000 # Machine directory name. This list is sorted alphanumerically # by CONFIG_* macro name. machine-$(CONFIG_ARCH_ALPINE) += alpine +machine-$(CONFIG_ARCH_ARTPEC) += artpec machine-$(CONFIG_ARCH_AT91) += at91 machine-$(CONFIG_ARCH_AXXIA) += axxia machine-$(CONFIG_ARCH_BCM) += bcm |