1
0
Fork 0

m68k: Makefiles - Change to new flags variables

Replace EXTRA_CFLAGS with ccflags-y and EXTRA_AFLAGS with asflags-y.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Acked-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
hifive-unleashed-5.1
matt mooney 2011-01-14 06:12:29 -08:00 committed by Geert Uytterhoeven
parent f369e37816
commit 6ba99e0fcf
1 changed files with 2 additions and 2 deletions

View File

@ -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