projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f369e37
)
m68k: Makefiles - Change to new flags variables
author
matt mooney
<
[email protected]
>
Fri, 14 Jan 2011 14:12:29 +0000
(06:12 -0800)
committer
Geert Uytterhoeven
<
[email protected]
>
Wed, 16 Mar 2011 18:10:41 +0000
(19:10 +0100)
Replace EXTRA_CFLAGS with ccflags-y and EXTRA_AFLAGS with asflags-y.
Signed-off-by: matt mooney <
[email protected]
>
Acked-by: WANG Cong <
[email protected]
>
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
arch/m68k/math-emu/Makefile
patch
|
blob
|
history
diff --git
a/arch/m68k/math-emu/Makefile
b/arch/m68k/math-emu/Makefile
index a0935bf98362854fae6c6c702ba6b4b1c6a17aad..547c23c6e40e0102bbc8b7484f8c7e528534c7aa 100644
(file)
--- a/
arch/m68k/math-emu/Makefile
+++ b/
arch/m68k/math-emu/Makefile
@@
-2,8
+2,8
@@
# Makefile for the linux kernel.
#
-#
EXTRA_AFLAGS +
= -DFPU_EMU_DEBUG
-#
EXTRA_CFLAGS +
= -DFPU_EMU_DEBUG
+#
asflags-y :
= -DFPU_EMU_DEBUG
+#
ccflags-y :
= -DFPU_EMU_DEBUG
obj-y := fp_entry.o fp_scan.o fp_util.o fp_move.o fp_movem.o \
fp_cond.o fp_arith.o fp_log.o fp_trig.o