a0c14d28df
> This is a no-no for those archs that still use -traditional. > > I dunno if this is a problem for you at the moment and the > > right fix is anyway to nuke -traditional. > > > > Sam Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9 lines
212 B
Makefile
9 lines
212 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
#EXTRA_AFLAGS += -DFPU_EMU_DEBUG
|
|
#EXTRA_CFLAGS += -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
|