From: Sam Ravnborg Date: Fri, 7 Apr 2006 17:50:28 +0000 (+0200) Subject: [PATCH] x86_64: fix CONFIG_REORDER X-Git-Tag: v2.6.17-rc2~302 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbd3aff89d4b34ef17a748e4c001ecc5b43e3e55;p=pandora-kernel.git [PATCH] x86_64: fix CONFIG_REORDER Fix CONFIG_REORDER. The value of cflags-y was assined to CFLAGS before cflags-y was assigned the value used for CONFIG_REORDER. Use cflags-y for all CFLAGS options in the Makefile to avoid this happening again. Signed-off-by: Sam Ravnborg Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed