aboutsummaryrefslogtreecommitdiff
path: root/target/i386/nvmm/meson.build
blob: 885a708665bf8e03d9801e9caa023fe8a7d408cf (plain)
1
2
3
4
5
6
7
8
i386_system_ss.add(when: 'CONFIG_NVMM', if_true:
  files(
  'nvmm-all.c',
  'nvmm-accel-ops.c',
  )
)

i386_system_ss.add(when: 'CONFIG_NVMM', if_true: nvmm)