From 3b8f5030ddcf51112542e1e6ef27da237642069d Mon Sep 17 00:00:00 2001 From: Carlo Caione Date: Wed, 10 Sep 2014 22:16:59 +0200 Subject: ARM: meson: add basic support for MesonX SoCs This patch adds the basic machine file for the MesonX SoCs. Only Meson6 is populated. Signed-off-by: Carlo Caione Signed-off-by: Arnd Bergmann --- arch/arm/mach-meson/Makefile | 1 + 1 file changed, 1 insertion(+) create mode 100644 arch/arm/mach-meson/Makefile (limited to 'arch/arm/mach-meson/Makefile') diff --git a/arch/arm/mach-meson/Makefile b/arch/arm/mach-meson/Makefile new file mode 100644 index 000000000000..9d7380eeeedd --- /dev/null +++ b/arch/arm/mach-meson/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_ARCH_MESON) += meson.o -- cgit