Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(424)

Unified Diff: GNUmakefile

Issue 6579034: Add the device type/parameters support for cbootimage tool. (Closed) Base URL: http://git.chromium.org/git/cbootimage.git@master
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cbootimage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: GNUmakefile
diff --git a/GNUmakefile b/GNUmakefile
index f5b1e51a4e4fc3d429041bb038f45cfcc218733a..9a2fbf13c41943859fde113ea5e515eb07467d99 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -12,7 +12,7 @@ OBJS := $(patsubst %.c,%.o,$(notdir $(C_FILES)))
TARGET = cbootimage
CC = gcc
-CFLAGS=-Wall -O
+CFLAGS=-Wall -O -lm
$(TARGET):$(OBJS)
$(CC) -o $(TARGET) $(OBJS) $(CFLAGS)
« no previous file with comments | « no previous file | cbootimage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698