| 
    
 [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] xen: correct DEFCONFIG_LIST Kconfig item
 The default value of DEFCONFIG_LIST is wrong: it should be the value of
the configured ARCH_DEFCONFIG item, not the string "$ARCH_DEFCONFIG".
Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
---
 xen/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/Kconfig b/xen/Kconfig
index ea7229ad1f..4a207e4553 100644
--- a/xen/Kconfig
+++ b/xen/Kconfig
@@ -24,7 +24,7 @@ config XEN_FULLVERSION
 config DEFCONFIG_LIST
        string
        option defconfig_list
-       default "$ARCH_DEFCONFIG"
+       default ARCH_DEFCONFIG
 
 config EXPERT
        string
-- 
2.13.7
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
 
  | 
  
![]()  | 
            
         Lists.xenproject.org is hosted with RackSpace, monitoring our  |