summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2008-01-09 20:59:59 +0000
committerLadislav Michl <ladis@linux-mips.org>2008-01-09 20:59:59 +0000
commitf6a0bd1eada1f346c72443eaaeba031f95f3fa84 (patch)
treec9378602fd7a5c03dcb03bc1af7c0a5045512246 /scripts
parent55e552a40ce89525d4adbdec4556394e51e4ea4e (diff)
downloadptxdist-f6a0bd1eada1f346c72443eaaeba031f95f3fa84.tar.gz
ptxdist-f6a0bd1eada1f346c72443eaaeba031f95f3fa84.tar.xz
Check for regex.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7704 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 405eac678..d817ebfd4 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -14,16 +14,12 @@ CURSES_LOC := <ncurses.h>
endif
CFLAGS += "-DCURSES_LOC=$(CURSES_LOC)"
-ifndef CURSES_LIB
-CURSES_LIB := ncurses
+ifndef MCONF_LIBS
+MCONF_LIBS := -lncurses
endif
-ifdef REGEX_LIB
-conf-libs := -l$(REGEX_LIB)
-else
-conf-libs :=
-endif
-mconf-libs := -l$(CURSES_LIB)
-mconf-libs += $(conf-libs)
+
+conf-libs := $(CONF_LIBS)
+mconf-libs := $(MCONF_LIBS)
lkc-deps := lkc.h lkc_defs.h expr.h