From 73207f036ffb40a9fcd6bf55bf581ffdbda3204c Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Thu, 10 May 2012 14:22:10 +0200 Subject: [PATCH] --- yaml --- r: 308514 b: refs/heads/master c: f7fc237e330deaaea4ba6726b603d4058d1e6b38 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 4f518d1566fc..50b8a3278720 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 00e6c28c6808c0ef6a3f25bb420d037fbb724d84 +refs/heads/master: f7fc237e330deaaea4ba6726b603d4058d1e6b38 diff --git a/trunk/arch/mips/Makefile b/trunk/arch/mips/Makefile index 4fedf5a51d96..722e04a8240e 100644 --- a/trunk/arch/mips/Makefile +++ b/trunk/arch/mips/Makefile @@ -219,8 +219,8 @@ endif KBUILD_AFLAGS += $(cflags-y) KBUILD_CFLAGS += $(cflags-y) -KBUILD_CPPFLAGS += -D"VMLINUX_LOAD_ADDRESS=$(load-y)" -KBUILD_CPPFLAGS += -D"DATAOFFSET=$(if $(dataoffset-y),$(dataoffset-y),0)" +KBUILD_CPPFLAGS += -DVMLINUX_LOAD_ADDRESS=$(load-y) +KBUILD_CPPFLAGS += -DDATAOFFSET=$(if $(dataoffset-y),$(dataoffset-y),0) LDFLAGS += -m $(ld-emul)