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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [boards/] [xilinx/] [ml501/] [sw/] [Makefile.inc] - Blame information for rev 412

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

Line No. Rev Author Line
1 408 julius
 
2
# Expecting BOARD_SW_ROOT already set to indicate how far below directory we're
3
# in the board's software root path is.
4
 
5
# Root from the board's sw/ path
6
PROJ_ROOT=../../../..
7
 
8
# Figure out actual path the common software directory
9
SW_ROOT=$(BOARD_SW_ROOT)/$(PROJ_ROOT)/sw
10
 
11
# Set the BOARD_PATH to point to the root of this board build
12
BOARD_PATH=$(shell pwd)/$(BOARD_SW_ROOT)/..
13
 
14
# Set RTL_VERILOG_INCLUDE_DIR so software
15
RTL_VERILOG_INCLUDE_DIR=$(BOARD_PATH)/rtl/verilog/include
16
 
17
# Set the processor capability flags
18
# This doesn't work! :-( Need to figure out way to set these and have them
19
# carry through to things like the liborpsoc driver modules etc.
20
#MARCH_FLAGS =-mhard-mul -mhard-div -msoft-float
21
#MARCH_FLAGS =-mhard-mul -msoft-div -msoft-float
22
#export MARCH_FLAGS
23
 
24
# Finally include the main software include file
25
 
26
include $(SW_ROOT)/Makefile.inc

powered by: WebSVN 2.1.0

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