]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Introduce COMMUNITY_SOURCE_AMD_SECRET.
authorVMware, Inc <>
Tue, 17 Nov 2009 22:10:00 +0000 (14:10 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Tue, 17 Nov 2009 22:10:00 +0000 (14:10 -0800)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/community_source.h

index 5c72e3530685086f73c3db8c4946689cc6a20047..575eb7d6cd31b588774ace11ef9a4bf015653bef 100644 (file)
    #define EXCLUDE_COMMUNITY_SOURCE(x) x
 #endif
 
+#undef COMMUNITY_SOURCE_AMD_SECRET
+#if !defined(COMMUNITY_SOURCE) || defined(AMD_SOURCE)
+/*
+ * It's ok to include AMD_SECRET source code for non-commsrc,
+ * or for drops directed at AMD.
+ */
+   #define COMMUNITY_SOURCE_AMD_SECRET
+#endif
+
 #undef COMMUNITY_SOURCE_INTEL_SECRET
 #if !defined(COMMUNITY_SOURCE) || defined(INTEL_SOURCE)
 /*