From eb2a25acf97204db9c5ec0b95e61ffb86454bcb4 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 25 Jul 2010 16:00:43 +0200 Subject: [PATCH] projects/*/options: add variable to en/disable OEM support Signed-off-by: Stephan Raue --- projects/ION/options | 3 +++ projects/generic/options | 3 +++ projects/intel/options | 3 +++ 3 files changed, 9 insertions(+) diff --git a/projects/ION/options b/projects/ION/options index da77186183..c5d6b188a0 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -171,6 +171,9 @@ # Testpackages for development (yes / no) TESTING="no" +# OEM packages for OEM's (yes / no) + OEM_SUPPORT="no" + # Coreboot support (yes / no) COREBOOT="no" diff --git a/projects/generic/options b/projects/generic/options index 8da4a84a13..548241785d 100644 --- a/projects/generic/options +++ b/projects/generic/options @@ -171,6 +171,9 @@ # Testpackages for development (yes / no) TESTING="no" +# OEM packages for OEM's (yes / no) + OEM_SUPPORT="no" + # Coreboot support (yes / no) COREBOOT="no" diff --git a/projects/intel/options b/projects/intel/options index ba0bb6f890..c78c2db4e5 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -171,6 +171,9 @@ # Testpackages for development (yes / no) TESTING="no" +# OEM packages for OEM's (yes / no) + OEM_SUPPORT="yes" + # Coreboot support (yes / no) COREBOOT="no"