diff options
Diffstat (limited to 'profiles/host-ridcully/make.defaults')
-rw-r--r-- | profiles/host-ridcully/make.defaults | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/host-ridcully/make.defaults b/profiles/host-ridcully/make.defaults new file mode 100644 index 0000000..19367a3 --- /dev/null +++ b/profiles/host-ridcully/make.defaults @@ -0,0 +1,8 @@ +# vim:ft=gentoo-make-conf +CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" +MAKEOPTS="-j12" + +INPUT_DEVICES="roccat_suora" +VIDEO_CARDS="amdgpu radeonsi" + +USE_EXPAND="INPUT_DEVICES VIDEO_CARDS" |