Browse Source

MAINT: Fix filepaths for q variants [L1]

pull/4820/head
Rohit Goswami 1 year ago
parent
commit
cca7523d72
No known key found for this signature in database GPG Key ID: 9CCCE36402CB49A6
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      kernel/meson.build

+ 8
- 8
kernel/meson.build View File

@@ -62,8 +62,8 @@ base_kops = [
'exts': ['_k'],
},
'q' : {
'dir': 'arm',
'kernel': 'zswap.c',
'dir': 'x86_64',
'kernel': 'swap.S',
'exts': ['_k'],
},
'c' : {
@@ -96,8 +96,8 @@ base_kops = [
'exts': ['_k'],
},
'q' : {
'dir': 'arm',
'kernel': 'zscal.c',
'dir': 'x86_64',
'kernel': 'scal.S',
'exts': ['_k'],
},
'c' : {
@@ -164,8 +164,8 @@ base_kops = [
'exts': ['_k'],
},
'q' : {
'dir': 'arm',
'kernel': 'zaxpy.c',
'dir': 'x86_64',
'kernel': 'axpy.S',
'exts': ['_k'],
},
'c' : {
@@ -198,8 +198,8 @@ base_kops = [
'exts': ['_k'],
},
'q' : {
'dir': 'arm',
'kernel': 'zdot.c',
'dir': 'x86_64',
'kernel': 'dot.S',
'exts': ['_k'],
},
'c' : {


Loading…
Cancel
Save