From 972409dacb9bb418ac0de4792e805e381e030b92 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Sat, 10 Apr 2021 20:17:21 -0400 Subject: asahi: Stub command-line compiler for AGX G13B Based on the Bifrost standalone compiler, which was based on Midgard's standalone compiler, which was based on Freedreno's standalone compiler, which was..... It's like sour dough! Signed-off-by: Alyssa Rosenzweig Acked-by: Jason Ekstrand Acked-by: Bas Nieuwenhuizen Part-of: --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index ae495f41ae5..d725761df70 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -398,7 +398,7 @@ option( 'tools', type : 'array', value : [], - choices : ['drm-shim', 'etnaviv', 'freedreno', 'glsl', 'intel', 'intel-ui', 'nir', 'nouveau', 'xvmc', 'lima', 'panfrost', 'all'], + choices : ['drm-shim', 'etnaviv', 'freedreno', 'glsl', 'intel', 'intel-ui', 'nir', 'nouveau', 'xvmc', 'lima', 'panfrost', 'asahi', 'all'], description : 'List of tools to build. (Note: `intel-ui` selects `intel`)', ) option( -- cgit v1.2.3