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
This commit is contained in:
Stefan Reinauer
2006-03-19 22:30:42 +00:00
parent 3cb4dc9c6b
commit e2632fdbb9
2 changed files with 104 additions and 193 deletions

View File

@@ -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