OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [sw/] [apps/] [testfloat/] [Makefile] - Diff between revs 349 and 393

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 349 Rev 393
?rev1line?
?rev2line?
 
 
 
common_testfloat_sources = fail.c               \
 
                        random.c        \
 
                        writeHex.c      \
 
                        softfloat.c     \
 
                        testCases.c     \
 
                        testLoops.c
 
 
 
testsoftfloat_SOURCES    = slowfloat.c  \
 
                        testsoftfloat.c
 
 
 
testfloat_SOURCES    =  systmodes.c     \
 
                        systflags.c     \
 
                        systfloat.S     \
 
                        testFunction.c  \
 
                        testfloat.c
 
 
 
ELF_DEPENDS= $(common_testfloat_sources) $(testfloat_SOURCES)
 
 
 
include ../Makefile.inc
 
 
 
 
 
#testfloat.elf:
 
#       $(Q)$(OR32_CC) $^ -o $@
 
 
 
 
 
%.dis: %.elf
 
        $(Q)$(OR32_OBJDUMP) -d $< > $@
 
 
 
%.bin: %.elf
 
        $(Q)$(OR32_OBJCOPY) -O binary $< $@
 
 
 
clean:
 
        $(Q)rm -f *.bin *.vmem *.flashin *.dis
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.