diff options
author | Sam Ravnborg <sam@neptun.(none)> | 2007-10-15 19:03:59 (GMT) |
---|---|---|
committer | Sam Ravnborg <sam@neptun.(none)> | 2007-10-15 19:03:59 (GMT) |
commit | 714055ede4ffd60933397d4b61d285d0dfc9ecaf (patch) | |
tree | 5f32958556a534dd2d0f2fddd49dc1d78e1ba85e /arch/m68knommu/platform/528x | |
parent | 0c53c8e6eb456cde30f2305421c605713856abc8 (diff) | |
download | linux-fsl-qoriq-714055ede4ffd60933397d4b61d285d0dfc9ecaf.tar.xz |
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>
Diffstat (limited to 'arch/m68knommu/platform/528x')
-rw-r--r-- | arch/m68knommu/platform/528x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/528x/Makefile b/arch/m68knommu/platform/528x/Makefile index 0871a29d..7475c38 100644 --- a/arch/m68knommu/platform/528x/Makefile +++ b/arch/m68knommu/platform/528x/Makefile @@ -13,7 +13,7 @@ # ifdef CONFIG_FULLDEBUG -AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1 +EXTRA_AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1 endif obj-y := config.o |