summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2006-03-19 22:30:42 +0000
committerStefan Reinauer <stepan@coresystems.de>2006-03-19 22:30:42 +0000
commit90748854b5a50333003f389d2736c14ceb2a7709 (patch)
tree5f8a1f47ccdb70715cc34299f30032d204136f82 /Makefile
parent7faea151d605a67c6d8ac32d602cf5350854fb1a (diff)
downloadflashrom-90748854b5a50333003f389d2736c14ceb2a7709.zip
flashrom-90748854b5a50333003f389d2736c14ceb2a7709.tar.gz
Add ts5300 flag as comment in flashrom utility Makefile
Corresponding to flashrom svn r49 and coreboot v2 svn r2215.
Diffstat (limited to 'Makefile')
-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