git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
12 lines
270 B
Makefile
12 lines
270 B
Makefile
obj-$(CONFIG_STM) += stm_core.o
|
|
|
|
stm_core-y := core.o policy.o
|
|
|
|
obj-$(CONFIG_STM_DUMMY) += dummy_stm.o
|
|
|
|
obj-$(CONFIG_STM_SOURCE_CONSOLE) += stm_console.o
|
|
obj-$(CONFIG_STM_SOURCE_HEARTBEAT) += stm_heartbeat.o
|
|
|
|
stm_console-y := console.o
|
|
stm_heartbeat-y := heartbeat.o
|