aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-04-09 14:35:17 +0200
committerClifford Wolf <clifford@clifford.at>2016-04-09 14:35:17 +0200
commitdf7f5915d77034aa9b442100fbe0dee9b66e6d8b (patch)
treea39d3eaad35647a189d96a64f81fdf62b29f64f5 /Makefile
parentaa17d587843a78e3d49b5e24bc5e4ab76e8c6383 (diff)
downloadpicorv32-df7f5915d77034aa9b442100fbe0dee9b66e6d8b.tar.gz
picorv32-df7f5915d77034aa9b442100fbe0dee9b66e6d8b.zip
Added documentation for COMPRESSED_ISA parameter
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5948bd5..6565e09 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ FIRMWARE_OBJS = firmware/start.o firmware/irq.o firmware/print.o firmware/sieve.
GCC_WARNS = -Werror -Wall -Wextra -Wshadow -Wundef -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings
GCC_WARNS += -Wredundant-decls -Wstrict-prototypes -Wmissing-prototypes -pedantic # -Wconversion
TOOLCHAIN_PREFIX = /opt/riscv32i/bin/riscv32-unknown-elf-
-# COMPRESSED_ISA = C
+COMPRESSED_ISA = C
test: testbench.exe firmware/firmware.hex
vvp -N testbench.exe