summaryrefslogtreecommitdiff
path: root/packages/misc/misc.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-27 23:08:28 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-27 23:08:28 +0100
commit373e20a7f97442cbaa8601dcadc05c603ac77f96 (patch)
treeb527b11fa8ab57ed49318feb18d6e077d98bac59 /packages/misc/misc.kconfig
parent2e6f422ace11ab30bbecc6ee4577a99e74203a0d (diff)
downloadembtoolkit-373e20a7f97442cbaa8601dcadc05c603ac77f96.tar.gz
embtoolkit-373e20a7f97442cbaa8601dcadc05c603ac77f96.tar.bz2
embtoolkit-373e20a7f97442cbaa8601dcadc05c603ac77f96.tar.xz
Build system: mv ncurses kconfig in main kconfig, it is needed by standalone toolchain
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/misc/misc.kconfig')
-rw-r--r--packages/misc/misc.kconfig29
1 files changed, 13 insertions, 16 deletions
diff --git a/packages/misc/misc.kconfig b/packages/misc/misc.kconfig
index 2c62f69..1c00f69 100644
--- a/packages/misc/misc.kconfig
+++ b/packages/misc/misc.kconfig
@@ -1,21 +1,20 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2010-2011 GAYE Abdoulaye Walsimou.
-# For Copyrright from linux kernel's build/configure system, see their source
-# code.
+# Copyright(C) 2010-2012 GAYE Abdoulaye Walsimou.
#
-# 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 free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
#
-# 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.
+# This program is distributed in the hope that 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, see <http://www.gnu.org/licenses/>.
#
-# 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
@@ -31,7 +30,5 @@ source packages/misc/gperf/gperf.kconfig
source packages/misc/intltool/intltool.kconfig
source packages/misc/libelf/libelf.kconfig
source packages/misc/libxml/libxml.kconfig
-source packages/misc/ncurses/ncurses.kconfig
+# ncurses included in main Kconfig
source packages/misc/tslib/tslib.kconfig
-
-