mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
253ac2b0ba
PD#SWPL-124928 Problem: Android P no LMKD. Solution: port the lowmemorykiller from 4.9. Verify: local. Change-Id: Ib9ed5d9ff1e29f3fa1e5a522255f2153b37a0d5a Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
11 lines
317 B
Makefile
11 lines
317 B
Makefile
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
#MODULE_NAME = amlogic-logger
|
|
|
|
#PR_FMT = $(subst amlogic-,,$(MODULE_NAME))
|
|
#PR_FMT_DEFINE="-Dpr_fmt(fmt)= \"[$(PR_FMT)]: \" fmt"
|
|
#ccflags-y += $(PR_FMT_DEFINE)
|
|
|
|
obj-$(CONFIG_AMLOGIC_ANDROID_LOGGER) += logger.o
|
|
obj-$(CONFIG_ANDROID_LOW_MEMORY_KILLER) += lowmemorykiller.o
|