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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [sw/] [apps/] [testfloat/] [Makefile] - Blame information for rev 393

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 349 julius
 
2
common_testfloat_sources = fail.c               \
3
                        random.c        \
4
                        writeHex.c      \
5
                        softfloat.c     \
6
                        testCases.c     \
7
                        testLoops.c
8
 
9
testsoftfloat_SOURCES    = slowfloat.c  \
10
                        testsoftfloat.c
11
 
12
testfloat_SOURCES    =  systmodes.c     \
13
                        systflags.c     \
14
                        systfloat.S     \
15
                        testFunction.c  \
16
                        testfloat.c
17
 
18
ELF_DEPENDS= $(common_testfloat_sources) $(testfloat_SOURCES)
19
 
20
include ../Makefile.inc
21
 
22
 
23
#testfloat.elf:
24
#       $(Q)$(OR32_CC) $^ -o $@
25
 
26
 
27
%.dis: %.elf
28
        $(Q)$(OR32_OBJDUMP) -d $< > $@
29
 
30
%.bin: %.elf
31
        $(Q)$(OR32_OBJCOPY) -O binary $< $@
32
 
33
clean:
34
        $(Q)rm -f *.bin *.vmem *.flashin *.dis
35
 

powered by: WebSVN 2.1.0

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