mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
e6fd018108
Add tests for the new board uclass. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mario Six <mario.six@gdsys.cc>
7 lines
242 B
Makefile
7 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
|