meson.build 158 B

12345678
  1. i386_system_ss.add(when: 'CONFIG_NVMM', if_true:
  2. files(
  3. 'nvmm-all.c',
  4. 'nvmm-accel-ops.c',
  5. )
  6. )
  7. i386_system_ss.add(when: 'CONFIG_NVMM', if_true: nvmm)