| # SPDX-License-Identifier: GPL-2.0+ | |
| # | |
| # (C) Copyright 2017 | |
| # Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc | |
| obj-y += sysinfo-uclass.o | |
| obj-$(CONFIG_SYSINFO_GAZERBEAM) += gazerbeam.o | |
| obj-$(CONFIG_SYSINFO_GPIO) += gpio.o | |
| obj-$(CONFIG_SYSINFO_RCAR3) += rcar3.o | |
| obj-$(CONFIG_SYSINFO_SANDBOX) += sandbox.o | |
| obj-$(CONFIG_SYSINFO_SMBIOS) += smbios.o |