TitanMKD 53c7fcf768 * Fixed linker script form SPIFI and RAM execution.
* Added performance checks and results on SPIFI & SRAM code execution.
2012-06-25 22:15:10 +02:00

11 lines
203 B
Makefile

# Hey Emacs, this is a -*- makefile -*-
BINARY = startup_systick_perfo_SPIFI
SRC = startup_systick.c \
perf_mips.c \
../common/hackrf_core.c \
../common/si5351c.c
include ../common/Makefile_inc.mk