From d06e802223b20a1ee3e365cbfbce4ae2ca7da1b6 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 28 Jan 2012 18:42:49 +0100 Subject: Add basic config infrastructure for host utilities Most of the host packages don't have to be exposed to the user as they are only used as build dependencies of target packages. However, some host utilities, such as flashing utilities, image creation programs, specific debuggers, might be useful and should be presented to the user. Therefore, we have a new global menu, which lists those host utilities. These utilities are described in package/*/Config.in.host files, which will be sourced by package/Config.in.host. Signed-off-by: Thomas Petazzoni Acked-by: Luca Ceresoli Acked-by: Thomas De Schampheleire Signed-off-by: Peter Korsgaard --- Config.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index ab77ef348..8579a63b1 100644 --- a/Config.in +++ b/Config.in @@ -371,6 +371,8 @@ source "target/generic/Config.in" source "package/Config.in" +source "package/Config.in.host" + source "fs/Config.in" source "boot/Config.in" -- cgit v1.2.3