Simon Glass | 3a8ee3d | 2020-11-05 06:32:05 -0700 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
2 | # | ||||
3 | # (C) Copyright 2017 | ||||
4 | # Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc | ||||
5 | obj-y += sysinfo-uclass.o | ||||
6 | obj-$(CONFIG_SYSINFO_GAZERBEAM) += gazerbeam.o | ||||
7 | obj-$(CONFIG_SYSINFO_SANDBOX) += sandbox.o | ||||
Simon Glass | 44c74bd | 2020-11-05 06:32:11 -0700 | [diff] [blame] | 8 | obj-$(CONFIG_SYSINFO_SMBIOS) += smbios.o |