mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
ce87a88b4d
The existing common code for Engicam boards uses i.MX6, so attach that into i.MX6 Engicam boards so-that adding new SoC variants of Engicam boards become meaningful. Add support for it. Cc: Stefano Babic <sbabic@denx.de> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang<kever.yang@rock-chips.com>
8 lines
203 B
Makefile
8 lines
203 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
# Copyright (C) 2016 Amarula Solutions B.V.
|
|
|
|
ifdef CONFIG_SPL_BUILD
|
|
obj-$(CONFIG_IMX6_ENGICAM_COMMON) += spl.o
|
|
else
|
|
obj-$(CONFIG_IMX6_ENGICAM_COMMON) += board.o
|
|
endif
|