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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [boards/] [actel/] [ordb1a3pe1500/] [sw/] [bootrom/] [Makefile] - Diff between revs 408 and 468

Show entire file | Details | Blame | View Log

Rev 408 Rev 468
Line 12... Line 12...
 
 
# Copy the one build in the root software path to here.
# Copy the one build in the root software path to here.
bootrom.v: $(SW_ROOT)/bootrom/bootrom.v
bootrom.v: $(SW_ROOT)/bootrom/bootrom.v
        $(Q)cp -v $< .
        $(Q)cp -v $< .
 
 
export BOARD_PATH
# Export BOARD so the Make script in the root software path knows we're to
 
 
# Pass BOARD_PATH so the Make script in the root software path knows we're to
 
# use our board.h file, not theirs.
# use our board.h file, not theirs.
 
export BOARD
 
 
$(SW_ROOT)/bootrom/bootrom.v:
$(SW_ROOT)/bootrom/bootrom.v:
        $(Q)$(MAKE) -C $(SW_ROOT)/bootrom bootrom.v
        $(Q)$(MAKE) -C $(SW_ROOT)/bootrom bootrom.v
 
 
clean:
clean:
        $(Q)rm -f *.o *.bin *.hex *.in *.dis *.v
        $(Q)rm -f *.o *.bin *.hex *.in *.dis *.v

powered by: WebSVN 2.1.0

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