summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-12-03 21:24:40 +0000
committerPeter Stuge <peter@stuge.se>2008-12-03 21:24:40 +0000
commitcac6f9529ae2f105ceefdf9661e779ce71db1ba9 (patch)
tree2beae788f35f5893b5cee831bf43b1f248b99374 /Makefile
parent8ed6c0475bd18ccede96366fe10a12079083c27a (diff)
downloadflashrom-cac6f9529ae2f105ceefdf9661e779ce71db1ba9.zip
flashrom-cac6f9529ae2f105ceefdf9661e779ce71db1ba9.tar.gz
Replace #ifdefs for sc520 systems by run time probing
Fixes #109 Corresponding to flashrom svn r355 and coreboot v2 svn r3790. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c79d402..95adb88 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ STRIP = strip
INSTALL = /usr/bin/install
PREFIX = /usr/local
#CFLAGS = -O2 -g -Wall -Werror
-CFLAGS = -Os -Wall -Werror # -DTS5300
+CFLAGS = -Os -Wall -Werror
OS_ARCH = $(shell uname)
ifeq ($(OS_ARCH), SunOS)
LDFLAGS = -lpci -lz
OpenPOWER on IntegriCloud