We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b9af9 commit 383cbcaCopy full SHA for 383cbca
Makefile
@@ -1,15 +1,11 @@
1
-EXTENSIONS := "../extensions/rv*" "../extensions/unratified/rv*"
+EXTENSIONS := "rv*" "unratified/rv*"
2
ISASIM_H := ../riscv-isa-sim/riscv/encoding.h
3
PK_H := ../riscv-pk/machine/encoding.h
4
ENV_H := ../riscv-tests/env/encoding.h
5
OPENOCD_H := ../riscv-openocd/src/target/riscv/encoding.h
6
INSTALL_HEADER_FILES := $(ISASIM_H) $(PK_H) $(ENV_H) $(OPENOCD_H)
7
+PSEUDO_FLAG := $(if $(PSEUDO),-pseudo,)
8
-ifdef PSEUDO
9
- PSEUDO_FLAG := -pseudo
10
-else
11
- PSEUDO_FLAG :=
12
-endif
13
14
default: everything
15
0 commit comments