URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [sw/] [support/] [Makefile.inc] - Rev 54
Go to most recent revision | Compare with Previous | Blame | View Log
# File to be included in all makefilesOR32_TOOL_PREFIX=or32-elfGCC_LIB_OPTS= -lgcc -libertyGCC_OPT=-mhard-mulifdef UART_PRINTFGCC_OPT += -DUART_PRINTFendifFLASH_MEM_HEX_FILE_SUFFIX=-twobyte-sizefirstSRAM_MEM_HEX_FILE_SUFFIX=-fourbyte# Global clean ruleclean:@echo "Cleaning `pwd`"@rm -f *.o *.or32 *.log *.bin *.srec *.hex *.log stdout.txt *.vmem *.asm *.a stdout.txt
Go to most recent revision | Compare with Previous | Blame | View Log
