diff options
author | Tsahee Zidenberg | 2015-03-12 13:53:00 +0200 |
---|---|---|
committer | Arnd Bergmann | 2015-03-16 15:23:55 +0100 |
commit | 445d9b3060545812632456e0bded8e86b580b783 (patch) | |
tree | ffb5c441a5f945bdd8030a3a10419ea3d67bc9c2 /arch/arm/Makefile | |
parent | c98ce6bf1a791d194186b3e1006f2b645569c6e3 (diff) |
ARM: Alpine: Initial support for Alpine platform
This patch introduces initial architecture and device-tree support.
Signed-off-by: Saeed Bishara <saeed@annapurnalabs.com>
Signed-off-by: Tsahee Zidenberg <tsahee@annapurnalabs.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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 7f99cd652203..739588c83d8b 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -143,6 +143,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_AT91) += at91 machine-$(CONFIG_ARCH_AXXIA) += axxia machine-$(CONFIG_ARCH_BCM) += bcm |