From 036d95958bdb7555e61ccb7f9654319fee612e51 Mon Sep 17 00:00:00 2001 From: Horatiu Vultur Date: Thu, 17 Jan 2019 15:33:28 +0100 Subject: MSCC: Add board support for Servalt SoC family Add board support, configuration and DTS for Servalt SoC family. Currently there is one board in this family. Reviewed-by: Daniel Schwierzeck Signed-off-by: Horatiu Vultur --- board/mscc/servalt/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 board/mscc/servalt/Makefile (limited to 'board/mscc/servalt/Makefile') diff --git a/board/mscc/servalt/Makefile b/board/mscc/servalt/Makefile new file mode 100644 index 0000000000..9a37eeabaf --- /dev/null +++ b/board/mscc/servalt/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: (GPL-2.0+ OR MIT) + +obj-$(CONFIG_SOC_SERVALT) := servalt.o -- cgit