From f10973685e46f2e333bc1a5a8510b0ce593e49fc Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sun, 7 Jul 2024 18:03:11 +0100 Subject: [PATCH] wade: Set new BT and WiFi firmware include paths Change-Id: I9d9d34e4636d294bb6e03d37e2eb78cacea4f5ad --- device.mk | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/device.mk b/device.mk index 5810e7a..e1e29fd 100644 --- a/device.mk +++ b/device.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2021-2023 The LineageOS Project +# Copyright (C) 2021-2024 The LineageOS Project # # SPDX-License-Identifier: Apache-2.0 # @@ -9,6 +9,9 @@ PRODUCT_PACKAGES += \ WadeBluetoothOverlay \ libbt-vendor +## Bluetooth firmware +include kernel/amlogic/kernel-modules/dhd-driver/firmware/bluetooth/bluetooth.mk + ## GMS ifeq ($(WITH_GMS),true) GMS_MAKEFILE=gms_minimal.mk @@ -30,8 +33,8 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/keylayout/Vendor_0001_Product_0001.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/Vendor_0001_Product_0001.kl -## Wi-Fi Firmware -include hardware/amlogic/kernel-modules/dhd-driver/firmware/firmware.mk +## Wi-Fi firmware +include kernel/amlogic/kernel-modules/dhd-driver/firmware/wifi/wifi.mk ## Inherit from the common tree product makefile $(call inherit-product, device/amlogic/g12-common/g12.mk) -- 2.20.1