config.mk: unify duplicated flag setting
authorMike Frysinger <vapier@gentoo.org>
Wed, 15 Dec 2010 12:17:31 +0000 (07:17 -0500)
committerWolfgang Denk <wd@denx.de>
Fri, 17 Dec 2010 20:19:37 +0000 (21:19 +0100)
commit326a69452745352ab09fe9b11d3d2fa4e9213c1c
treecbeb4e671b78d66b65aeccc234d5e797c4174aff
parent96805a529c3ce366f3ecfd58a8b72ec21432af1c
config.mk: unify duplicated flag setting

Multiple rules are using the expanded AFLAGS/CFLAGS settings and some are
getting so long that the rules need to be line wrapped.  So unify them in
one variable, use that variable in the rule, and then unwrap things.  This
makes the actual `make` output nicer as it doesn't have line continuations
in it anymore.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
config.mk