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:

committad av
Rahul Choudhary

förälder
83d3c5b7b2
incheckning
705b0d6f8c
@@ -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
|
||||
|
||||
|
Referens i nytt ärende
Block a user