brintos

brintos / linux-shallow public Read only

0
0
Text · 204 B · 53c3bcd Raw
10 lines · plain
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