diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2018-05-30 19:01:48 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-07-23 10:12:00 +0200 |
commit | 31b1e17f444c013083d6b09864f2f63067506492 (patch) | |
tree | d642ea5be0570a5bb06f3b1b8f1840d3b2a952b5 /board/toradex/colibri-imx6ull/Makefile | |
parent | d826b8751925aa535fd692f157b6d0dbfbea490a (diff) |
board: toradex: add Colibri iMX6ULL support
Add support for the Colibri iMX6ULL module which comes with
on-board raw NAND.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'board/toradex/colibri-imx6ull/Makefile')
-rw-r--r-- | board/toradex/colibri-imx6ull/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/toradex/colibri-imx6ull/Makefile b/board/toradex/colibri-imx6ull/Makefile new file mode 100644 index 0000000000..f478e68049 --- /dev/null +++ b/board/toradex/colibri-imx6ull/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0+ +# Copyright (C) 2018 Toradex AG + +obj-y := colibri-imx6ull.o |