From a4884831745d713169dc2ec94b3625eddf54b09c Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Wed, 22 Oct 2014 12:13:19 +0200 Subject: arm: armada-xp: Add basic support for the maxBCM board The maxBCM board is equipped with the Marvell Armada-XP MV78460 SoC. It integrates an SPI NOR flash and an Marvell 88E6185 switch. Signed-off-by: Stefan Roese --- board/maxbcm/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 board/maxbcm/Makefile (limited to 'board/maxbcm/Makefile') diff --git a/board/maxbcm/Makefile b/board/maxbcm/Makefile new file mode 100644 index 0000000..37c17d6 --- /dev/null +++ b/board/maxbcm/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (C) 2014 Stefan Roese +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := maxbcm.o -- cgit v1.1