mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 16:58:04 -04:00
7 lines
144 B
Makefile
7 lines
144 B
Makefile
#
|
|
# Makefile for HSI
|
|
#
|
|
obj-$(CONFIG_HSI_BOARDINFO) += hsi_boardinfo.o
|
|
obj-$(CONFIG_HSI) += hsi.o
|
|
obj-y += controllers/
|
|
obj-y += clients/
|