]> Git Repo - qemu.git/blob - authz/meson.build
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / authz / meson.build
1 authz_ss.add(genh)
2 authz_ss.add(files(
3   'base.c',
4   'list.c',
5   'listfile.c',
6   'simple.c',
7 ))
8
9 authz_ss.add(when: pam, if_true: files('pamacct.c'))
This page took 0.026028 seconds and 4 git commands to generate.