kbuild: fix AFLAGS use in h8300 and m68knommu
authorSam Ravnborg <sam@neptun.(none)>
Mon, 15 Oct 2007 19:03:59 +0000 (21:03 +0200)
committerSam Ravnborg <sam@neptun.(none)>
Mon, 15 Oct 2007 19:03:59 +0000 (21:03 +0200)
commit714055ede4ffd60933397d4b61d285d0dfc9ecaf
tree5f32958556a534dd2d0f2fddd49dc1d78e1ba85e
parent0c53c8e6eb456cde30f2305421c605713856abc8
kbuild: fix AFLAGS use in h8300 and m68knommu

In most cases when AFALGS is manipuled direct this is a bug
and EXTRA_AFLAGS should have been used.
Fix the obvious candidates.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Greg Ungerer <gerg@uclinux.org>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
12 files changed:
arch/h8300/lib/Makefile
arch/m68knommu/platform/5206/Makefile
arch/m68knommu/platform/5206e/Makefile
arch/m68knommu/platform/520x/Makefile
arch/m68knommu/platform/523x/Makefile
arch/m68knommu/platform/5249/Makefile
arch/m68knommu/platform/5272/Makefile
arch/m68knommu/platform/527x/Makefile
arch/m68knommu/platform/528x/Makefile
arch/m68knommu/platform/5307/Makefile
arch/m68knommu/platform/532x/Makefile
arch/m68knommu/platform/5407/Makefile