1# SPDX-License-Identifier: GPL-2.02#3# Makefile for HSI4#5obj-$(CONFIG_HSI) += hsi.o6hsi-objs := hsi_core.o7hsi-$(CONFIG_HSI_BOARDINFO) += hsi_boardinfo.o8obj-y += controllers/9obj-y += clients/10