Files
kernel_common_drivers/drivers/host/Makefile
T
Liming Xue 7483c429d0 host driver: synchronize fixed code from kernel5.15 [1/1]
PD#SWPL-192261

Problem:
need synchronize fixed code from kernel5.15 to kernel6.12

Solution:
fixed

Verify:
sc2

Change-Id: I9247afced7ae103ca84cda95a962622c5511dfd6
Signed-off-by: Liming Xue <liming.xue@amlogic.com>
2024-11-11 22:06:32 -08:00

12 lines
383 B
Makefile

# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
# Makefile for amlogic mcu host driver
MODULE_NAME = amlogic-host
obj-$(CONFIG_AMLOGIC_HOST_DRIVER) = $(MODULE_NAME).o
$(MODULE_NAME)-$(CONFIG_AMLOGIC_HOST_DRIVER) += host.o sysfs.o host_poll.o host_report.o
PR_FMT = $(subst amlogic-,,$(MODULE_NAME))
PR_FMT_DEFINE="-Dpr_fmt(fmt)= \"[$(PR_FMT)]: \" fmt"
ccflags-y += $(PR_FMT_DEFINE)