From 058d23168752c2a2ec0a6c3b50296cb5b91ec6d0 Mon Sep 17 00:00:00 2001 From: Boris BREZILLON Date: Wed, 4 Mar 2015 13:13:05 +0100 Subject: board/seco: Add mx6q-uq7 basic board support Add basic SECO MX6Q/uQ7 board support (Ethernet, UART, SD are supported). It also adds a Kconfig skeleton to later add more SECO board (supporting SoC and board variants). Signed-off-by: Boris Brezillon --- board/seco/common/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 board/seco/common/Makefile (limited to 'board/seco/common/Makefile') diff --git a/board/seco/common/Makefile b/board/seco/common/Makefile new file mode 100644 index 0000000000..9e37ebbb92 --- /dev/null +++ b/board/seco/common/Makefile @@ -0,0 +1,2 @@ + +obj-$(CONFIG_TARGET_SECOMX6) += mx6.o -- cgit v1.2.1