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

Subversion Repositories test_project

[/] [test_project/] [trunk/] [sw/] [support/] [Makefile.inc] - Blame information for rev 57

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

Line No. Rev Author Line
1 25 julius
# File to be included in all makefiles
2
 
3
OR32_TOOL_PREFIX=or32-elf
4 33 julius
 
5 52 julius
GCC_LIB_OPTS= -lgcc -liberty
6 45 julius
 
7 54 julius
GCC_OPT=-mhard-mul
8 52 julius
 
9
ifdef UART_PRINTF
10
GCC_OPT += -DUART_PRINTF
11
endif
12
 
13 45 julius
FLASH_MEM_HEX_FILE_SUFFIX=-twobyte-sizefirst
14
SRAM_MEM_HEX_FILE_SUFFIX=-fourbyte
15 52 julius
 
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-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.