diff options
author | Stefan Reinauer <stepan@openbios.org> | 2006-03-19 22:30:42 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-03-19 22:30:42 +0000 |
commit | e2632fdbb98a425a27a801d621bb24c32e1d425f (patch) | |
tree | ad254a391d52d6dbb33f75bb0b3b5e41c764f2b4 /util/flashrom | |
parent | 3cb4dc9c6b9f86f2465f85a1eddee301fbab648d (diff) |
redo ts5300 auto.c
add ts5300 flag as comment in flashrom utility Makefile
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2215 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom')
-rw-r--r-- | util/flashrom/Makefile | 2 |
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 |