diff options
author | Tsahee Zidenberg <tsahee@annapurnalabs.com> | 2015-03-12 12:53:00 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-03-16 15:23:55 +0100 |
commit | 445d9b3060545812632456e0bded8e86b580b783 (patch) | |
tree | ffb5c441a5f945bdd8030a3a10419ea3d67bc9c2 /arch/arm/Makefile | |
parent | Merge tag 'mvebu-soc-4.1' of git://git.infradead.org/linux-mvebu into next/soc (diff) | |
download | linux-445d9b3060545812632456e0bded8e86b580b783.tar.xz linux-445d9b3060545812632456e0bded8e86b580b783.zip |
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 |