mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
8c86f96d20
Make the board driver available in the SPL too. The board driver is a way to provide useful information about the board and that can be useful in the SPL too. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
7 lines
228 B
Makefile
7 lines
228 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2017
|
|
# Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
|
|
obj-y += board-uclass.o
|
|
obj-$(CONFIG_BOARD_GAZERBEAM) += gazerbeam.o
|
|
obj-$(CONFIG_BOARD_SANDBOX) += sandbox.o
|