diff options
author | Andreas Färber <afaerber@suse.de> | 2017-02-15 13:03:22 +0300 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2017-06-21 19:08:41 +0300 |
commit | 6bb8536cba152edee005668bc57cfe6198b73f0f (patch) | |
tree | c6c13e99bb73ab57f4044903a3975e26963835d1 /arch/arm/Makefile | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) | |
download | linux-6bb8536cba152edee005668bc57cfe6198b73f0f.tar.xz |
ARM: Prepare Actions Semi S500
Add ARCH_ACTIONS and mach-actions/owl.c for "actions,s500".
Signed-off-by: Andreas Färber <afaerber@suse.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 65f4e2a4eb94..47d3a1ab08d2 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -151,6 +151,7 @@ textofs-$(CONFIG_ARCH_AXXIA) := 0x00308000 # Machine directory name. This list is sorted alphanumerically # by CONFIG_* macro name. +machine-$(CONFIG_ARCH_ACTIONS) += actions machine-$(CONFIG_ARCH_ALPINE) += alpine machine-$(CONFIG_ARCH_ARTPEC) += artpec machine-$(CONFIG_ARCH_AT91) += at91 |