summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2006-03-19 22:30:42 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2006-03-19 22:30:42 +0000
commit8cf74b4ca9b764a364a3167c0bf291d62ee873b2 (patch)
tree5f8a1f47ccdb70715cc34299f30032d204136f82
parent441edbf129a9ea32af59a424eed9592a7ac20fa1 (diff)
downloadast2050-flashrom-8cf74b4ca9b764a364a3167c0bf291d62ee873b2.zip
ast2050-flashrom-8cf74b4ca9b764a364a3167c0bf291d62ee873b2.tar.gz
Add ts5300 flag as comment utility Makefile
Corresponding to flashrom svn r49 and coreboot v2 svn r2215.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c269229..770aa0e 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ PROGRAM = flashrom
CC = gcc
STRIP = strip
#CFLAGS = -O2 -g -Wall -Werror
-CFLAGS = -Os -Wall -Werror -DDISABLE_DOC
+CFLAGS = -Os -Wall -Werror -DDISABLE_DOC # -DTS5300
LDFLAGS = -lpci -static
OpenPOWER on IntegriCloud