8 lines
166 B
Makefile
8 lines
166 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Thermal core testing facility.
|
|
|
|
obj-$(CONFIG_THERMAL_CORE_TESTING) += thermal-testing.o
|
|
|
|
thermal-testing-y := command.o zone.o
|