qcacld-3.0: Additional sun compilation fixes

Current code has compilation errors when building
on sun kernel. Fix this by resolving the errors.

Change-Id: If28a393485cfe4d661e2026ce1f9bc9d6318ca19
CRs-Fixed: 3632177
This commit is contained in:
Mohammed Ahmed
2023-10-03 16:53:45 -07:00
committad av Rahul Choudhary
förälder 83d3c5b7b2
incheckning 705b0d6f8c
5 ändrade filer med 42 tillägg och 4 borttagningar

Visa fil

@@ -2200,6 +2200,15 @@ def _define_module_for_target_variant_chipset(target, variant, chipset):
],
cmd = "cat $(SRCS) > $@",
)
native.genrule(
name = "configs/{}_defconfig_generate_perf".format(tvc),
outs = ["configs/{}_defconfig.generated_perf".format(tvc)],
srcs = [
"configs/{}_gki_{}_defconfig".format(target, chipset),
],
cmd = "cat $(SRCS) > $@",
)
srcs = native.glob(iglobs) + _fixed_srcs