mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-21 02:29:34 +00:00
Signed-off-by: Lunark :3 <jvillaltamatos3007@gmail.com> Change-Id: I960c1e668ee395eceec1eca831ccac06f8610bd4
23 lines
478 B
Makefile
23 lines
478 B
Makefile
#
|
|
# Copyright (C) 2025 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Inherit from xiaomi sm8550-common
|
|
include device/xiaomi/sm8550-common/BoardConfigCommon.mk
|
|
|
|
# Inherit from the proprietary version
|
|
include vendor/xiaomi/vermeer/BoardConfigVendor.mk
|
|
|
|
DEVICE_PATH := device/xiaomi/vermeer
|
|
|
|
# Kernel
|
|
BOARD_VENDOR_KERNEL_MODULES_LOAD += \
|
|
aw882xx_dlkm.ko \
|
|
goodix_fod.ko \
|
|
goodix_core.ko \
|
|
wl2868c.ko \
|
|
wl2866d.ko \
|
|
xiaomi_touch.ko
|