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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [boards/] [actel/] [ordb1a3pe1500/] [sw/] [Makefile.inc] - Blame information for rev 468

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 468 julius
BOARD=actel/ordb1a3pe1500
13 408 julius
 
14
# Set RTL_VERILOG_INCLUDE_DIR so software
15 468 julius
RTL_VERILOG_INCLUDE_DIR=$(shell pwd)/$(BOARD_SW_ROOT)/../rtl/verilog/include
16 408 julius
 
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 425 julius
MARCH_FLAGS =-mhard-mul -msoft-div -msoft-float
22
export MARCH_FLAGS
23 408 julius
 
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.