uhd: add flag for X400 devices

This commit is contained in:
Steven Kou
2025-08-07 14:33:36 +08:00
parent 45652076e0
commit 5ceb0d1210

View File

@@ -27,6 +27,7 @@
enableUsrp1 ? true,
enableUsrp2 ? true,
enableX300 ? true,
enableX400 ? true,
enableN300 ? true,
enableN320 ? true,
enableE300 ? true,
@@ -138,6 +139,7 @@ stdenv.mkDerivation (finalAttrs: {
(cmakeBool "ENABLE_USRP1" enableUsrp1)
(cmakeBool "ENABLE_USRP2" enableUsrp2)
(cmakeBool "ENABLE_X300" enableX300)
(cmakeBool "ENABLE_X400" enableX400)
(cmakeBool "ENABLE_N300" enableN300)
(cmakeBool "ENABLE_N320" enableN320)
(cmakeBool "ENABLE_E300" enableE300)