mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
nv50/ir: fix envyas variants when building the code lib
nvc0 and nve4 have been respectively replaced by gf100 and gk104. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
36d8fed798
commit
0852c5703b
1 changed files with 2 additions and 2 deletions
|
|
@ -3,9 +3,9 @@ ENVYAS ?= envyas
|
|||
all: gf100.asm.h gk104.asm.h gk110.asm.h gm107.asm.h
|
||||
|
||||
gf100.asm.h: %.asm.h: %.asm
|
||||
$(ENVYAS) -a -W -mnvc0 -Vnvc0 $< -o $@
|
||||
$(ENVYAS) -a -W -mgf100 -Vgf100 $< -o $@
|
||||
gk104.asm.h: %.asm.h: %.asm
|
||||
$(ENVYAS) -a -W -mnvc0 -Vnve4 $< -o $@
|
||||
$(ENVYAS) -a -W -mgf100 -Vgk104 $< -o $@
|
||||
gk110.asm.h: %.asm.h: %.asm
|
||||
$(ENVYAS) -a -W -mgk110 $< -o $@
|
||||
gm107.asm.h: %.asm.h: %.asm
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue