summaryrefslogtreecommitdiff
path: root/util/flashrom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/flashrom/Makefile')
-rw-r--r--util/flashrom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/Makefile b/util/flashrom/Makefile
index c269229a36..770aa0e8c6 100644
--- a/util/flashrom/Makefile
+++ b/util/flashrom/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