aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAmit Arora <amit.arora@linaro.org>2010-12-02 12:23:14 +0530
committerAmit Arora <amit.arora@linaro.org>2010-12-02 12:23:14 +0530
commit175527852cbe004893bc6f0cb59f4e9702db85ba (patch)
tree681e5a8cf41aa4848c65d78eaaaafb8e290ac71e /Makefile
parent83ae6cbe2dc075e16bba51b0f8d641bad97b8fd3 (diff)
downloadpowerdebug-175527852cbe004893bc6f0cb59f4e9702db85ba.tar.gz
Move around code to more logical destination
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e25946..8b36a2f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ WARNFLAGS=-Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-
CFLAGS?=-O1 -g ${WARNFLAGS}
CC?=gcc
-OBJS = powerdebug.o output.o sensor.o clocks.o display.o
+OBJS = powerdebug.o sensor.o clocks.o regulator.o display.o
default: powerdebug