From 6842c0293c743ae9191d0d78fe38e1eba8391265 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 29 Sep 2009 17:28:13 +0000 Subject: Remove MAINBOARD_OPTIONS, which is a relic from early kconfig development. Signed-off-by: Patrick Georgi Acked-by: Ronald G. Minnich Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4687 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4423f4a5f1..fada32b0f5 100644 --- a/Makefile +++ b/Makefile @@ -239,7 +239,7 @@ $(CC) $(1) -S -xc /dev/null -o "$$TMP", $(1), $(2)) STACKPROTECT += $(call cc-option, -fno-stack-protector,) -CFLAGS = $(STACKPROTECT) $(INCLUDES) $(MAINBOARD_OPTIONS) -Os -nostdinc +CFLAGS = $(STACKPROTECT) $(INCLUDES) -Os -nostdinc CFLAGS += -nostdlib -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes CFLAGS +=-Wwrite-strings -Wredundant-decls -Wno-trigraphs CFLAGS += -Wstrict-aliasing -Wshadow -- cgit v1.2.3