2018-10-26 07:02:52 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2018-07-31 09:44:11 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2017
|
|
|
|
# Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
|
2020-11-05 13:32:05 +00:00
|
|
|
obj-y += sysinfo-uclass.o
|
|
|
|
obj-$(CONFIG_SYSINFO_GAZERBEAM) += gazerbeam.o
|
2021-04-20 14:50:57 +00:00
|
|
|
obj-$(CONFIG_SYSINFO_GPIO) += gpio.o
|
2021-07-03 18:38:26 +00:00
|
|
|
obj-$(CONFIG_SYSINFO_RCAR3) += rcar3.o
|
2020-11-05 13:32:05 +00:00
|
|
|
obj-$(CONFIG_SYSINFO_SANDBOX) += sandbox.o
|
2020-11-05 13:32:11 +00:00
|
|
|
obj-$(CONFIG_SYSINFO_SMBIOS) += smbios.o
|