diff options
author | Sam Ravnborg <sam@neptun.(none)> | 2007-10-15 15:03:59 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@neptun.(none)> | 2007-10-15 15:03:59 -0400 |
commit | 714055ede4ffd60933397d4b61d285d0dfc9ecaf (patch) | |
tree | 5f32958556a534dd2d0f2fddd49dc1d78e1ba85e /arch/m68knommu/platform/5206e | |
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/5206e')
-rw-r--r-- | arch/m68knommu/platform/5206e/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/5206e/Makefile b/arch/m68knommu/platform/5206e/Makefile index 701b7abe019d..c7bb0cef31a0 100644 --- a/arch/m68knommu/platform/5206e/Makefile +++ b/arch/m68knommu/platform/5206e/Makefile | |||
@@ -13,7 +13,7 @@ | |||
13 | # | 13 | # |
14 | 14 | ||
15 | ifdef CONFIG_FULLDEBUG | 15 | ifdef CONFIG_FULLDEBUG |
16 | AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1 | 16 | EXTRA_AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1 |
17 | endif | 17 | endif |
18 | 18 | ||
19 | obj-y := config.o | 19 | obj-y := config.o |