Makefile: Add rules for carray sources in lib/sbi
authorVivian Wang <dramforever@live.com>
Mon, 10 Oct 2022 16:34:43 +0000 (00:34 +0800)
committerAnup Patel <anup@brainfault.org>
Sun, 23 Oct 2022 05:29:26 +0000 (10:59 +0530)
commit9d54f431e803342218561faa6b4649bbdcea1d24
tree2d73135f73de46361cf281d15f54ce9b74ca6013
parent51acd4956aebe7c338eb456c1a380df164895749
Makefile: Add rules for carray sources in lib/sbi

Add back the missing rules needed to build carray files in lib/sbi. This
allows future usage of carray in lib/sbi.

Fixes: de80e9337d81 ("Makefile: Compile lib/utils sources separately for each platform")
Signed-off-by: Vivian Wang <dramforever@live.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
Makefile