sm8550-common: Pass platform info to kernel modules

Add TARGET_BOARD_PLATFORM to build flags for proper functionality of:
- Audio/BT/Camera/Graphics/Video/WLAN modules

Allows modules to adapt to platform-specific requirements.

Change-Id: Ib3b92c928c159e6a5ea2e77b8453438782e358ff
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
This commit is contained in:
chandu078
2025-04-05 10:26:41 +05:30
committed by Mezaque Silver
parent 8d912d2156
commit 781ddd5405

View File

@@ -123,6 +123,7 @@ BOARD_ROOT_EXTRA_FOLDERS := \
# Platform
BOARD_USES_QCOM_HARDWARE := true
TARGET_BOARD_PLATFORM := kalama
TARGET_KERNEL_ADDITIONAL_FLAGS += TARGET_BOARD_PLATFORM=$(TARGET_BOARD_PLATFORM)
# Properties
TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop