aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-07-10 14:21:21 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-07-13 18:02:55 +0200
commit13f4aefdb21d033f0b56fdcf111473781348217f (patch)
treec9470308aa6de69b78e874174f76ef1f43fd1010 /Makefile
parent338f93fad2fb41198abb6fa6d8a9e4a28a86e55e (diff)
downloadsparse-dev-13f4aefdb21d033f0b56fdcf111473781348217f.tar.gz
openrisc: add minimal support
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 46bdb0e6..fea2d74f 100644
--- a/Makefile
+++ b/Makefile
@@ -79,6 +79,7 @@ LIB_OBJS += target-microblaze.o
LIB_OBJS += target-mips.o
LIB_OBJS += target-nds32.o
LIB_OBJS += target-nios2.o
+LIB_OBJS += target-openrisc.o
LIB_OBJS += target-ppc.o
LIB_OBJS += target-riscv.o
LIB_OBJS += target-s390.o