From e3e71f5e6610d163b36dd01a296368a50f120804 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 23 Oct 2011 15:48:19 +0800 Subject: sandbox: move __SANDBOX__ to Makefile Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Sascha Hauer --- arch/sandbox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/sandbox/Makefile') diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile index 4ca17ed839..860ed1c0ca 100644 --- a/arch/sandbox/Makefile +++ b/arch/sandbox/Makefile @@ -1,5 +1,5 @@ -CPPFLAGS += -fno-strict-aliasing +CPPFLAGS += -D__SANDBOX__ -fno-strict-aliasing machine-y := sandbox -- cgit v1.2.3