diff options
author | Sam Ravnborg <sam@neptun.(none)> | 2007-10-15 21:03:59 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@neptun.(none)> | 2007-10-15 21:03:59 +0200 |
commit | 714055ede4ffd60933397d4b61d285d0dfc9ecaf (patch) | |
tree | 5f32958556a534dd2d0f2fddd49dc1d78e1ba85e /arch/m68knommu/platform/5407 | |
parent | 0c53c8e6eb456cde30f2305421c605713856abc8 (diff) |
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/5407')
-rw-r--r-- | arch/m68knommu/platform/5407/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/5407/Makefile b/arch/m68knommu/platform/5407/Makefile index 91b2f495dd39..68633b27df51 100644 --- a/arch/m68knommu/platform/5407/Makefile +++ b/arch/m68knommu/platform/5407/Makefile @@ -13,7 +13,7 @@ # ifdef CONFIG_FULLDEBUG -AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1 +EXTRA_AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1 endif obj-y := config.o |