blob: d9f708b7eafe8cc770484e22062a8dcbcb86c9a1 [file] [log] [blame]
Simon Glass3a8ee3d2020-11-05 06:32:05 -07001# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2017
4# Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
5obj-y += sysinfo-uclass.o
6obj-$(CONFIG_SYSINFO_GAZERBEAM) += gazerbeam.o
Sean Anderson54aa07f2021-04-20 10:50:57 -04007obj-$(CONFIG_SYSINFO_GPIO) += gpio.o
Simon Glass3a8ee3d2020-11-05 06:32:05 -07008obj-$(CONFIG_SYSINFO_SANDBOX) += sandbox.o
Simon Glass44c74bd2020-11-05 06:32:11 -07009obj-$(CONFIG_SYSINFO_SMBIOS) += smbios.o