~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to src/gallium/drivers/nouveau/codegen/lib/Makefile

  • Committer: mmach
  • Date: 2022-09-22 19:56:13 UTC
  • Revision ID: netbit73@gmail.com-20220922195613-wtik9mmy20tmor0i
2022-09-22 21:17:09

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ENVYAS ?= envyas
2
 
 
3
 
all: gf100.asm.h gk104.asm.h gk110.asm.h gm107.asm.h
4
 
 
5
 
gf100.asm.h: %.asm.h: %.asm
6
 
        $(ENVYAS) -a -W -mgf100 -Vgf100 $< -o $@
7
 
gk104.asm.h: %.asm.h: %.asm
8
 
        $(ENVYAS) -a -W -mgf100 -Vgk104 $< -o $@
9
 
gk110.asm.h: %.asm.h: %.asm
10
 
        $(ENVYAS) -a -W -mgk110 $< -o $@
11
 
gm107.asm.h: %.asm.h: %.asm
12
 
        $(ENVYAS) -a -W -mgm107 $< -o $@