aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-06-10 18:22:46 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-06-12 21:41:32 +0200
commit1e07ab5a09162538501033316580d71cecc0ccae (patch)
treef75d1a5f164b294a27d106f641b4abac74326500 /Makefile
parentf72b16c3864a0072748b955dfa5e9126d998f08b (diff)
downloadsparse-dev-1e07ab5a09162538501033316580d71cecc0ccae.tar.gz
arch: add specificities for Nios2
The real goal here is, in fact, to move the nios2-specfic builtins out of the main builtins table. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e93cfd66..69fae482 100644
--- a/Makefile
+++ b/Makefile
@@ -70,6 +70,7 @@ LIB_OBJS += target-arm64.o
LIB_OBJS += target-default.o
LIB_OBJS += target-m68k.o
LIB_OBJS += target-mips.o
+LIB_OBJS += target-nios2.o
LIB_OBJS += target-ppc.o
LIB_OBJS += target-riscv.o
LIB_OBJS += target-s390.o