Files
kernel_common_drivers/drivers/input/Makefile
T
Wanwei Jiang 43461aec82 kernel6.6: bring up [1/1]
PD#SWPL-145682

Problem:
bring up kernel6.6

Solution:
1. porting kernel6.6
2. compatible with different kernel versions
3. bring up kernel6.6

Verify:
sc2 c2 a4 a5

Test:
None

Change-Id: Ie22af0abc8ea96261e8a8cc7804b58565aedd904
Signed-off-by: Wanwei Jiang <wanwei.jiang@amlogic.com>
2023-12-14 16:55:55 +08:00

15 lines
488 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
MODULE_NAME = amlogic-input
PR_FMT = $(subst amlogic-,,$(MODULE_NAME))
PR_FMT_DEFINE="-Dpr_fmt(fmt)= \"[$(PR_FMT)]: \" fmt"
ccflags-y += $(PR_FMT_DEFINE)
obj-$(CONFIG_AMLOGIC_INPUT) = $(MODULE_NAME).o
$(MODULE_NAME)-y = main.o
include $(srctree)/$(COMMON_DRIVERS_DIR)/drivers/input/ir/Makefile
include $(srctree)/$(COMMON_DRIVERS_DIR)/drivers/input/keyboard/Makefile
include $(srctree)/$(COMMON_DRIVERS_DIR)/drivers/input/meson_pmic6b/Makefile