Makefile
355 Bytes
# Makefile for testfpu project
# require the following variables TOP,BUILD,PRJ,APP,CFLAGS,FPUCFG
# required libraries in correct order
LIBS=ins bsp m softfloat ins
# C sources
SOURCES=primenums.c swar.c
# DEPFILES=asm_fpop.h c_fpop.h vectors_32b.h vectors_64b.h
DEPFILES=
CFLAGS+=-DUSEDBSP=BSP_AT697
# all common rules
include $(TOP)/Makefile.rules