URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [orpsocv2/] [boards/] [actel/] [ordb1a3pe1500/] [sw/] [Makefile.inc] - Rev 425
Go to most recent revision | Compare with Previous | Blame | View Log
# Expecting BOARD_SW_ROOT already set to indicate how far below directory we're# in the board's software root path is.# Root from the board's sw/ pathPROJ_ROOT=../../../..# Figure out actual path the common software directorySW_ROOT=$(BOARD_SW_ROOT)/$(PROJ_ROOT)/sw# Set the BOARD_PATH to point to the root of this board buildBOARD_PATH=$(shell pwd)/$(BOARD_SW_ROOT)/..# Set RTL_VERILOG_INCLUDE_DIR so softwareRTL_VERILOG_INCLUDE_DIR=$(BOARD_PATH)/rtl/verilog/include# Set the processor capability flags# This doesn't work! :-( Need to figure out way to set these and have them# carry through to things like the liborpsoc driver modules etc.#MARCH_FLAGS =-mhard-mul -mhard-div -msoft-floatMARCH_FLAGS =-mhard-mul -msoft-div -msoft-floatexport MARCH_FLAGS# Finally include the main software include fileinclude $(SW_ROOT)/Makefile.inc
Go to most recent revision | Compare with Previous | Blame | View Log
