aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kerr <jeremy.kerr@canonical.com>2012-05-14 15:57:10 +0800
committerJeremy Kerr <jeremy.kerr@canonical.com>2012-05-14 15:57:10 +0800
commit40bc6428d13740fcd263f5299a356a746328b87d (patch)
treea1b270f3de685739e8e1d6fcda8e741c5e7130df
parent17f77a9aab3bb4c361acca0f8a9c4f6440c1da55 (diff)
downloadsbsigntools-40bc6428d13740fcd263f5299a356a746328b87d.tar.gz
Makefile: Comment components
Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 807c9fb..fa2e62e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,16 @@
+# compile options
CC = gcc
CPPFLAGS = -I. $(ccan_includes)
CFLAGS = -Wall -Werror -Wextra -ggdb --std=c99
LDFLAGS = -fwhole-program
+# build configuration
sbsign_objs = sbsign.o idc.o image.o
sbverify_objs = sbverify.o idc.o image.o
-libs = -lbfd -lcrypto
-
ccan_objs = lib/ccan/libccan.a
ccan_includes = -I./lib/ccan
+libs = -lbfd -lcrypto
tools = sbsign sbverify