You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
EXTRA_AFLAGS := -traditional
|
|
|
|
#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
|
|
|