mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
076446f106
Add cm-t54 board directory, config file. Enable build. Basic support includes: Serial console SD/MMC eMMC USB Ethernet Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il> Acked-by: Igor Grinberg <grinberg@compulab.co.il>
10 lines
213 B
Makefile
10 lines
213 B
Makefile
#
|
|
# Copyright (C) 2014 Compulab Ltd - http://compulab.co.il/
|
|
#
|
|
# Author: Dmitry Lifshitz <lifshitz@compulab.co.il>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += cm_t54.o
|
|
obj-$(CONFIG_SPL_BUILD) += mux.o spl.o
|