git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
9 lines
169 B
Makefile
9 lines
169 B
Makefile
#
|
|
# Makefile for HSI
|
|
#
|
|
obj-$(CONFIG_HSI) += hsi.o
|
|
hsi-objs := hsi_core.o
|
|
hsi-$(CONFIG_HSI_BOARDINFO) += hsi_boardinfo.o
|
|
obj-y += controllers/
|
|
obj-y += clients/
|