diff options
author | Ilya Ledvich <ilya@compulab.co.il> | 2013-11-07 07:57:33 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-12-04 08:10:41 -0500 |
commit | 54e7445de9367cde53ff3daa391fddd87e699113 (patch) | |
tree | 8cb408767fa38e872a8f41bcf0ee2db196af6b41 /board/compulab/cm_t335/Makefile | |
parent | 4c54419737ffbfadd605263d97a1357bb03c04e8 (diff) | |
download | u-boot-imx-54e7445de9367cde53ff3daa391fddd87e699113.zip u-boot-imx-54e7445de9367cde53ff3daa391fddd87e699113.tar.gz u-boot-imx-54e7445de9367cde53ff3daa391fddd87e699113.tar.bz2 |
cm_t335: add cm_t335 board support
Add cm_t335 board directory, config file. Enable build.
Signed-off-by: Ilya Ledvich <ilya@compulab.co.il>
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
[trini: Adapt Makefile]
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/compulab/cm_t335/Makefile')
-rw-r--r-- | board/compulab/cm_t335/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/board/compulab/cm_t335/Makefile b/board/compulab/cm_t335/Makefile new file mode 100644 index 0000000..0e6e96e --- /dev/null +++ b/board/compulab/cm_t335/Makefile @@ -0,0 +1,10 @@ +# +# Copyright (C) 2013 Compulab Ltd - http://compulab.co.il/ +# +# Author: Ilya Ledvich <ilya@compulab.co.il> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += $(BOARD).o +obj-$(CONFIG_SPL_BUILD) += mux.o spl.o |