summaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-04-25 06:29:46 +0200
committerLuka Perkov <luka.perkov@sartura.hr>2015-05-05 14:28:29 +0200
commitd0787656405fc9a43f00715a0d05c2860cbe7b81 (patch)
tree74b29290b0a12ad313aff70036054cac158d092c /arch/arm/Makefile
parent8cb78722306351c5d61ce4da18c284ef59c0caef (diff)
downloadblackbird-obmc-uboot-d0787656405fc9a43f00715a0d05c2860cbe7b81.tar.gz
blackbird-obmc-uboot-d0787656405fc9a43f00715a0d05c2860cbe7b81.zip
arm: mvebu: Move mvebu-common into mach-mvebu
Now that the mach-mvebu directory exists and is used by Armada XP we can move the mvebu-common files into this directory as well. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Tested-by: Kevin Smith <kevin.smith@elecsyscorp.com> Tested-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 63ed3214f6..8ff94a3c0b 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -86,8 +86,8 @@ libs-y += arch/arm/imx-common/
endif
endif
-ifneq (,$(filter $(SOC), mvebu kirkwood))
-libs-y += arch/arm/mvebu-common/
+ifneq (,$(filter $(SOC), kirkwood))
+libs-y += arch/arm/mach-mvebu/
endif
# deprecated
OpenPOWER on IntegriCloud