From b09f1f58a3dd36ab37a29014de7005bd9bc72a50 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Thu, 18 Feb 2010 22:49:50 +0100 Subject: Packages: Rework kconfig structure by adding specifical kconfig files Signed-off-by: Abdoulaye Walsimou Gaye --- packages/misc/misc.kconfig | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 packages/misc/misc.kconfig (limited to 'packages/misc/misc.kconfig') diff --git a/packages/misc/misc.kconfig b/packages/misc/misc.kconfig new file mode 100644 index 0000000..60b6ffd --- /dev/null +++ b/packages/misc/misc.kconfig @@ -0,0 +1,34 @@ +################################################################################ +# GAYE Abdoulaye Walsimou, +# Copyright(C) 2010 GAYE Abdoulaye Walsimou. All rights reserved. +# For Copyrright from linux kernel's build/configure system, see their source +# code. +# +# This program is free software; you can distribute it and/or modify it +# under the terms of the GNU General Public License +# (Version 2 or later) published by the Free Software Foundation. +# +# This program is distributed in the hope it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +# for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. +################################################################################ +# +# \file misc.kconfig +# \brief misc.kconfig of Embtoolkit +# \author GAYE Abdoulaye Walsimou, +# \date February 2010 +################################################################################ + +source packages/misc/gettext/gettext.kconfig +source packages/misc/glib/glib.kconfig +source packages/misc/libelf/libelf.kconfig +source packages/misc/libxml/libxml.kconfig +source packages/misc/ncurses/ncurses.kconfig +source packages/misc/pango/pango.kconfig + + -- cgit v1.2.3