From 847934bc960ba1588c87e283118318dfdd78d4c0 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 3 Jun 2008 12:39:45 +0200 Subject: [kbuild] move -nostdinc from architecture Makefiles to toplevel Makefile --- arch/blackfin/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/blackfin/Makefile') diff --git a/arch/blackfin/Makefile b/arch/blackfin/Makefile index bf0716329c..39ed013a73 100644 --- a/arch/blackfin/Makefile +++ b/arch/blackfin/Makefile @@ -1,6 +1,5 @@ -CPPFLAGS += -nostdinc -Wall \ - -pipe -fno-strict-aliasing +CPPFLAGS += -Wall -pipe -fno-strict-aliasing board-$(CONFIG_MACH_IPE337) := ipe337 -- cgit v1.2.3