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

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [sw/] [bootloader/] [makefile] - Diff between revs 68 and 72

Show entire file | Details | Blame | View Log

Rev 68 Rev 72
Line 3... Line 3...
# ********************************************************************************************* #
# ********************************************************************************************* #
# Make sure to add the RISC-V GCC compiler's bin folder to your PATH environment variable.      #
# Make sure to add the RISC-V GCC compiler's bin folder to your PATH environment variable.      #
# ********************************************************************************************* #
# ********************************************************************************************* #
# BSD 3-Clause License                                                                          #
# BSD 3-Clause License                                                                          #
#                                                                                               #
#                                                                                               #
# Copyright (c) 2021, Stephan Nolting. All rights reserved.                                     #
# Copyright (c) 2022, Stephan Nolting. All rights reserved.                                     #
#                                                                                               #
#                                                                                               #
# Redistribution and use in source and binary forms, with or without modification, are          #
# Redistribution and use in source and binary forms, with or without modification, are          #
# permitted provided that the following conditions are met:                                     #
# permitted provided that the following conditions are met:                                     #
#                                                                                               #
#                                                                                               #
# 1. Redistributions of source code must retain the above copyright notice, this list of        #
# 1. Redistributions of source code must retain the above copyright notice, this list of        #
Line 35... Line 35...
#################################################################################################
#################################################################################################
 
 
# Modify this variable to fit your NEORV32 setup (neorv32 home folder)
# Modify this variable to fit your NEORV32 setup (neorv32 home folder)
NEORV32_HOME ?= ../..
NEORV32_HOME ?= ../..
 
 
 
# Set ISA to minimal rv32i to allow bootloader to run on any processor ISA configuration
 
MARCH=rv32i
 
 
 
# Enable link-time-optimization and add debug symbols
 
USER_FLAGS="-flto"
 
USER_FLAGS+="-g"
 
 
include $(NEORV32_HOME)/sw/common/common.mk
include $(NEORV32_HOME)/sw/common/common.mk

powered by: WebSVN 2.1.0

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