diff options
author | Greg Ungerer <gerg@snapgear.com> | 2008-02-14 19:31:26 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-14 20:58:05 -0800 |
commit | c25f0a0f7fc37f39341a120a945ff7fe06b8ab4e (patch) | |
tree | 55c0ca257a995462fca807d925689c43d2b8aa49 /arch/m68knommu/platform/5249 | |
parent | 091b76d6aa788d8294caa2895cea1013f3eff7da (diff) | |
download | blackbird-op-linux-c25f0a0f7fc37f39341a120a945ff7fe06b8ab4e.tar.gz blackbird-op-linux-c25f0a0f7fc37f39341a120a945ff7fe06b8ab4e.zip |
m68knommu: use asflags instead of EXTRA_AFLAGS
Modify the extra asm flags for debugger capabilities, use asflags instead for
EXTRA_AFLAGS. Suggestion from Sam Ravnborg.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68knommu/platform/5249')
-rw-r--r-- | arch/m68knommu/platform/5249/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/m68knommu/platform/5249/Makefile b/arch/m68knommu/platform/5249/Makefile index c7bb0cef31a0..a439d9ab3f27 100644 --- a/arch/m68knommu/platform/5249/Makefile +++ b/arch/m68knommu/platform/5249/Makefile @@ -12,9 +12,7 @@ # EXTRA_AFLAGS += -DTRAP_DBG_INTERRUPT # -ifdef CONFIG_FULLDEBUG -EXTRA_AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1 -endif +asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 obj-y := config.o |