blob: 680dde77fe8885d941acffb82250fdbe856817e6 [file] [log] [blame]
Simon Glass458b66a2020-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 Anderson985c5672021-04-20 10:50:57 -04007obj-$(CONFIG_SYSINFO_GPIO) += gpio.o
Marek Vasut08743f32021-07-03 20:38:26 +02008obj-$(CONFIG_SYSINFO_RCAR3) += rcar3.o
Simon Glass458b66a2020-11-05 06:32:05 -07009obj-$(CONFIG_SYSINFO_SANDBOX) += sandbox.o
Simon Glass052a03e2020-11-05 06:32:11 -070010obj-$(CONFIG_SYSINFO_SMBIOS) += smbios.o