mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
f9e402016d
Add HSI character device kernel configuration Signed-off-by: Andras Domokos <andras.domokos@nokia.com> Signed-off-by: Carlos Chinea <carlos.chinea@nokia.com>
7 lines
119 B
Makefile
7 lines
119 B
Makefile
#
|
|
# Makefile for HSI
|
|
#
|
|
obj-$(CONFIG_HSI_BOARDINFO) += hsi_boardinfo.o
|
|
obj-$(CONFIG_HSI) += hsi.o
|
|
obj-y += clients/
|