summaryrefslogtreecommitdiff
path: root/ifpps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ifpps/Makefile')
-rw-r--r--ifpps/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/ifpps/Makefile b/ifpps/Makefile
index e095d27..4d1a9b6 100644
--- a/ifpps/Makefile
+++ b/ifpps/Makefile
@@ -1,5 +1,6 @@
-ifpps-libs = $(shell pkg-config --libs ncurses) \
- $(shell pkg-config --libs tinfo)
+ifpps-libs = $(shell pkg-config --libs ncurses 2> /dev/null \
+ || echo '-lncurses') \
+ $(shell pkg-config --libs tinfo 2> /dev/null )
ifpps-objs = xmalloc.o \
ioops.o \
@@ -11,6 +12,6 @@ ifpps-objs = xmalloc.o \
screen.o \
ifpps.o
-ifpps-eflags = $(shell pkg-config --cflags ncurses)
+ifpps-eflags = $(shell pkg-config --cflags ncurses 2> /dev/null)
ifpps-confs =
s='commit-msg'>FAN53555BUC18X has the DIE_ID 8, starts at 600mV and increments in 10mV steps. Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/kobject.txt')