aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2011-06-21 00:57:08 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2011-06-21 00:57:08 +0200
commit8be52603048f381e7570984593e8d2d17d79f8b9 (patch)
tree2e6a29570da321cef3ab4026597bbc92abdf58ad /Makefile
parent28203df25a194728c8cab42a3035acf04c3db492 (diff)
add a real mainloop
Add a mainloop code with registering of the callbacks and co. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a53121..8d41b24 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,8 @@ MANDIR=/usr/share/man/man8
CFLAGS?=-O1 -g -Wall -Wshadow
CC?=gcc
-OBJS = powerdebug.o sensor.o clocks.o regulator.o display.o tree.o utils.o
+OBJS = powerdebug.o sensor.o clocks.o regulator.o \
+ display.o tree.o utils.o mainloop.o
default: powerdebug