]> git.baikalelectronics.ru Git - kernel.git/commit
uml: correctly strip kernel defines from userspace CFLAGS
authorJeff Dike <jdike@addtoit.com>
Mon, 5 Nov 2007 22:50:59 +0000 (14:50 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 5 Nov 2007 23:12:32 +0000 (15:12 -0800)
commit9cf95f9d3c983c1463b59e17632dc48c855b8e7d
treedaef701195d26d7408ade4a140189b31708110bb
parent47e8e5850fb4dc6952c655f0d361b9f74ff8cb90
uml: correctly strip kernel defines from userspace CFLAGS

KERNEL_DEFINES needs whitespace trimmed, otherwise the whitespace crunching
done by make fools the patsubst which is used to remove KERNEL_DEFINES from
USER_CFLAGS.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/Makefile