From 0aa0e39e658f162bdfaecfdaaf998cffde8acbbe Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sat, 21 Jun 2025 09:13:30 +0200 Subject: [PATCH] oplus: hbp: Fix inline build Change-Id: Ide83b464f3065835c586317a6eddff2f0b550aa7 --- oplus/kernel/tp/hbp/hbp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oplus/kernel/tp/hbp/hbp/Makefile b/oplus/kernel/tp/hbp/hbp/Makefile index e8ff69497f..fb1f147c79 100644 --- a/oplus/kernel/tp/hbp/hbp/Makefile +++ b/oplus/kernel/tp/hbp/hbp/Makefile @@ -11,7 +11,7 @@ oplus_hbp_core-y += hbp_spi.o oplus_hbp_core-y += hbp_sysfs.o oplus_hbp_core-y += hbp_exception.o -CFLAGS_hbp_core.o := -I$(src) +ccflags-y += -I$(srctree)/$(src) obj-m += oplus_hbp_core.o