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

Subversion Repositories minsoc

[/] [minsoc/] [trunk/] [sw/] [support/] [Makefile.inc] - Rev 92

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

# File to be included in all makefiles

ROOTDIR = ..

BACKEND_DIR := $(ROOTDIR)/../backend
SUPPORT_DIR := $(ROOTDIR)/support
DRIVERS_DIR := $(ROOTDIR)/drivers
UTILS_DIR := $(ROOTDIR)/utils

SUPPORT := $(SUPPORT_DIR)/libsupport.a
DRIVERS := $(DRIVERS_DIR)/libdrivers.a

LINKER_SCRIPT := $(BACKEND_DIR)/orp.ld

OR32_TOOL_PREFIX=or32-elf

BIN2HEX = $(UTILS_DIR)/bin2hex

ifdef UART_PRINTF
GCC_OPT += -DUART_PRINTF
endif

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

powered by: WebSVN 2.1.0

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