aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.ravnborg.org>2004-11-03 23:47:44 +0100
committerSam Ravnborg <sam@mars.ravnborg.org>2004-11-03 23:47:44 +0100
commitab32f82932acb0698e5fa1263e40fa49cf081c8c (patch)
tree2dbae2cb16e4d214cc3e5c1112e45762da5b09e9 /scripts
parentecfddb4651553fb68e00a80e860364b441571d98 (diff)
downloadhistory-ab32f82932acb0698e5fa1263e40fa49cf081c8c.tar.gz
kconfig: drop usage of shared libraries
Drop usage of shared libraries. It breaks on several non-i386 build environemnts - especially the ones popular for embedded development. This is a minimal version. Based on idea from Bertrand Marquis and patch from Dan Kegel. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index fe5630471fd388..b26d545124e4af 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -70,11 +70,9 @@ help:
# Based on GTK which needs to be installed to compile it
# object files used by all kconfig flavours
-libkconfig-objs := zconf.tab.o
-
hostprogs-y := conf mconf qconf gconf
-conf-objs := conf.o libkconfig.so
-mconf-objs := mconf.o libkconfig.so
+conf-objs := conf.o zconf.tab.o
+mconf-objs := mconf.o zconf.tab.o
ifeq ($(MAKECMDGOALS),xconfig)
qconf-target := 1
@@ -93,7 +91,7 @@ ifeq ($(gconf-target),1)
gconf-objs := gconf.o kconfig_load.o
endif
-clean-files := libkconfig.so lkc_defs.h qconf.moc .tmp_qtcheck \
+clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \
.tmp_gtkcheck zconf.tab.c zconf.tab.h lex.zconf.c
# generated files seem to need this to find local include files