4Y1TNkU4VMDOm8kjAk7js5 changeset

Changeset636665323263 (b)
Parent353538393639 (a)
ab
1111
1212# Relative paths
1313# Note that the caller must define BITS
...
14-ifeq ($(BITS), 64)
14+ifeq ($(BITS), 32)
...
1515        CUBIN = ../cubin
1616        ISA = ../isa
1717endif
...
1
2
3
4
5
6
7
8
9
10
11
--- Revision 353538393639
+++ Revision 636665323263
@@ -12,7 +12,7 @@
# Relative paths
# Note that the caller must define BITS
-ifeq ($(BITS), 64)
+ifeq ($(BITS), 32)
CUBIN = ../cubin
ISA = ../isa
endif