diff options
author | Karel Kočí <cynerd@email.cz> | 2020-03-31 14:29:29 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-03-31 14:29:29 +0200 |
commit | bc262224bea053ddb1c568423c3d0058c0c66eeb (patch) | |
tree | e521dbfc53a4a99976f6b2fab2075577829bdce5 /profiles/host-ridcully/make.defaults | |
parent | 5e8b8fe866f571f831097c4ae407c38f25af6a20 (diff) | |
download | gentoo-personal-overlay-bc262224bea053ddb1c568423c3d0058c0c66eeb.tar.gz gentoo-personal-overlay-bc262224bea053ddb1c568423c3d0058c0c66eeb.tar.bz2 gentoo-personal-overlay-bc262224bea053ddb1c568423c3d0058c0c66eeb.zip |
profiles: mask video cards and various other targets
Diffstat (limited to 'profiles/host-ridcully/make.defaults')
-rw-r--r-- | profiles/host-ridcully/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/host-ridcully/make.defaults b/profiles/host-ridcully/make.defaults index 19367a3..d38d886 100644 --- a/profiles/host-ridcully/make.defaults +++ b/profiles/host-ridcully/make.defaults @@ -3,6 +3,6 @@ CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sha sse sse2 sse3 MAKEOPTS="-j12" INPUT_DEVICES="roccat_suora" -VIDEO_CARDS="amdgpu radeonsi" +VIDEO_CARDS="-* amdgpu radeonsi" USE_EXPAND="INPUT_DEVICES VIDEO_CARDS" |