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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [boards/] [xilinx/] [ml501/] [sw/] [bootrom/] [Makefile] - Diff between revs 408 and 412

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 408 Rev 412
?rev1line?
?rev2line?
 
# Makefile for bootROM Verilog
 
# We will do it by building the main one, and applying our local board's
 
# settings.
 
# To rebuild after board.h is changed, a clean must be done first.
 
 
 
# Set the path to our board's root directory
 
BOARD_SW_ROOT=..
 
 
 
include $(BOARD_SW_ROOT)/Makefile.inc
 
 
 
all: bootrom.v
 
 
 
# Copy the one build in the root software path to here.
 
bootrom.v: $(SW_ROOT)/bootrom/bootrom.v
 
        $(Q)cp -v $< .
 
 
 
export BOARD_PATH
 
 
 
# Pass BOARD_PATH so the Make script in the root software path knows we're to
 
# use our board.h file, not theirs.
 
$(SW_ROOT)/bootrom/bootrom.v:
 
        $(Q)$(MAKE) -C $(SW_ROOT)/bootrom bootrom.v
 
 
 
clean:
 
        $(Q)rm -f *.o *.bin *.hex *.in *.dis *.v
 
        $(Q)$(MAKE) -C $(SW_ROOT)/bootrom clean
 
 

powered by: WebSVN 2.1.0

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