mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-06-21 09:02:25 +02:00
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
|