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

Subversion Repositories potato

[/] [potato/] [trunk/] [benchmarks/] [sha256/] [Makefile] - Diff between revs 15 and 20

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

Rev 15 Rev 20
Line 9... Line 9...
TARGET_LD := $(TARGET_PREFIX)-ld
TARGET_LD := $(TARGET_PREFIX)-ld
TARGET_SIZE := $(TARGET_PREFIX)-size
TARGET_SIZE := $(TARGET_PREFIX)-size
TARGET_OBJCOPY := $(TARGET_PREFIX)-objcopy
TARGET_OBJCOPY := $(TARGET_PREFIX)-objcopy
HEXDUMP ?= hexdump
HEXDUMP ?= hexdump
 
 
TARGET_CFLAGS += -m32 -Wall -O3 -fomit-frame-pointer -ffreestanding -fno-builtin -I.. -std=gnu99
TARGET_CFLAGS += -m32 -march=RV32I -Wall -Os -fomit-frame-pointer \
 
        -ffreestanding -fno-builtin -I.. -std=gnu99
TARGET_LDFLAGS += -m elf32lriscv -T../benchmark.ld
TARGET_LDFLAGS += -m elf32lriscv -T../benchmark.ld
 
 
OBJECTS := gpio.o main.o sha256.o start.o timer.o uart.o utilities.o
OBJECTS := gpio.o main.o sha256.o start.o timer.o uart.o utilities.o
 
 
all: sha256.coe
all: sha256.coe

powered by: WebSVN 2.1.0

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