e6fd018108
Add tests for the new board uclass. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mario Six <mario.six@gdsys.cc>
8 lines
242 B
Makefile
8 lines
242 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2017
|
|
# Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
|
|
obj-$(CONFIG_BOARD) += board-uclass.o
|
|
obj-$(CONFIG_BOARD_GAZERBEAM) += gazerbeam.o
|
|
obj-$(CONFIG_BOARD_SANDBOX) += sandbox.o
|