|
@@ -44,7 +44,7 @@ def _define_modules_for_target_variant(target, variant):
|
|
|
]),
|
|
|
includes = ["cnss", "cnss_utils"],
|
|
|
kconfig = "cnss2/Kconfig",
|
|
|
- defconfig = "build/{}_defconfig".format(tv),
|
|
|
+ defconfig = "cnss2/{}_defconfig".format(tv),
|
|
|
conditional_srcs = {
|
|
|
"CONFIG_CNSS2_QMI": {
|
|
|
True: [
|
|
@@ -84,7 +84,7 @@ def _define_modules_for_target_variant(target, variant):
|
|
|
]),
|
|
|
includes = ["icnss2", "cnss_utils"],
|
|
|
kconfig = "icnss2/Kconfig",
|
|
|
- defconfig = "build/{}_defconfig".format(tv),
|
|
|
+ defconfig = "icnss2/{}_defconfig".format(tv),
|
|
|
conditional_srcs = {
|
|
|
"CONFIG_ICNSS2_QMI": {
|
|
|
True: [
|
|
@@ -109,7 +109,7 @@ def _define_modules_for_target_variant(target, variant):
|
|
|
"cnss_genl/cnss_nl.c",
|
|
|
],
|
|
|
kconfig = "cnss_genl/Kconfig",
|
|
|
- defconfig = "build/{}_defconfig".format(tv),
|
|
|
+ defconfig = "cnss_genl/{}_defconfig".format(tv),
|
|
|
out = "cnss_nl.ko",
|
|
|
kernel_build = "//msm-kernel:{}".format(tv),
|
|
|
deps = [
|
|
@@ -126,7 +126,7 @@ def _define_modules_for_target_variant(target, variant):
|
|
|
]),
|
|
|
includes = ["cnss_utils"],
|
|
|
kconfig = "cnss_prealloc/Kconfig",
|
|
|
- defconfig = "build/{}_defconfig".format(tv),
|
|
|
+ defconfig = "cnss_prealloc/{}_defconfig".format(tv),
|
|
|
out = "cnss_prealloc.ko",
|
|
|
kernel_build = "//msm-kernel:{}".format(tv),
|
|
|
deps = [
|
|
@@ -142,7 +142,7 @@ def _define_modules_for_target_variant(target, variant):
|
|
|
"cnss_utils/*.h"
|
|
|
]),
|
|
|
kconfig = "cnss_utils/Kconfig",
|
|
|
- defconfig = "build/{}_defconfig".format(tv),
|
|
|
+ defconfig = "cnss_utils/{}_defconfig".format(tv),
|
|
|
out = "cnss_utils.ko",
|
|
|
kernel_build = "//msm-kernel:{}".format(tv),
|
|
|
deps = [
|
|
@@ -159,7 +159,7 @@ def _define_modules_for_target_variant(target, variant):
|
|
|
"cnss_utils/*.h"
|
|
|
]),
|
|
|
kconfig = "cnss_utils/Kconfig",
|
|
|
- defconfig = "build/{}_defconfig".format(tv),
|
|
|
+ defconfig = "cnss_utils/{}_defconfig".format(tv),
|
|
|
out = "wlan_firmware_service.ko",
|
|
|
kernel_build = "//msm-kernel:{}".format(tv),
|
|
|
deps = ["//msm-kernel:all_headers"],
|
|
@@ -173,7 +173,7 @@ def _define_modules_for_target_variant(target, variant):
|
|
|
"cnss_utils/*.h"
|
|
|
]),
|
|
|
kconfig = "cnss_utils/Kconfig",
|
|
|
- defconfig = "build/{}_defconfig".format(tv),
|
|
|
+ defconfig = "cnss_utils/{}_defconfig".format(tv),
|
|
|
out = "cnss_plat_ipc_qmi_svc.ko",
|
|
|
kernel_build = "//msm-kernel:{}".format(tv),
|
|
|
deps = ["//msm-kernel:all_headers"],
|