aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAmit Arora <amit.arora@linaro.org>2010-08-24 13:26:06 +0530
committerAmit Arora <amit.arora@linaro.org>2010-08-24 13:26:06 +0530
commit47fd91858480465f80e86c9230fd98113f47cba1 (patch)
treea0ee1d911f33aef6b20945a579a2ab302e0183f1 /Makefile
parentdca56d03adb166e332a2cd800c5f36f121ca847f (diff)
Use ncurses to display
Use ncurses library and add option for "dump" mode.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0226e34..b54141e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
WARNFLAGS=-Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int
-CFLAGS?=-O1 -g ${WARNFLAGS}
+CFLAGS?=-O1 -g ${WARNFLAGS} -lncurses
CC?=gcc
-OBJS = powerdebug.o output.o sensor.o
+OBJS = powerdebug.o output.o sensor.o display.o
powerdebug: $(OBJS) powerdebug.h