From 656823d295a2740118428490099a33e09f76fe68 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Thu, 20 Jul 2017 23:12:55 -0400 Subject: Create array TOOL_ACTIONS_GENERIC_IGNORE_CHECK Located in libs/tool, this array's elements are compared with actions in TOOLS_ACTIONS_GENERIC when libreboot_setup_tool_actions() is called. This makes it simpler to add/remove actions which should/shouldn't have a corresponding check function in TOOL_ACTIONS. --- libs/tool | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/tool') diff --git a/libs/tool b/libs/tool index 0fb09a96..03d2d508 100755 --- a/libs/tool +++ b/libs/tool @@ -16,6 +16,7 @@ # along with this program. If not, see . TOOL_ACTIONS_GENERIC=(usage update execute) +TOOL_ACTIONS_GENERIC_IGNORE_CHECK=(usage update) TOOL_ACTIONS_HELPERS=(arguments) tool_include() { -- cgit v1.2.3-70-g09d2