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

Subversion Repositories minsoc

[/] [minsoc/] [trunk/] [sw/] [support/] [Makefile.inc] - Blame information for rev 2

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

Line No. Rev Author Line
1 2 rfajardo
# File to be included in all makefiles
2
 
3
OR32_TOOL_PREFIX=or32-elf
4
 
5
#GCC_LIB_OPTS= -lgcc -liberty
6
 
7
GCC_OPT=-mhard-mul -g
8
 
9
ifdef UART_PRINTF
10
GCC_OPT += -DUART_PRINTF
11
endif
12
 
13
FLASH_MEM_HEX_FILE_SUFFIX=-twobyte-sizefirst
14
SRAM_MEM_HEX_FILE_SUFFIX=-fourbyte
15
 
16
 
17
# Global clean rule
18
clean:
19
        @echo "Cleaning `pwd`"
20
        @rm -f *.o *.or32 *.log *.bin *.srec *.hex *.log stdout.txt *.vmem *.asm *.a stdout.txt

powered by: WebSVN 2.1.0

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